configurationengine/source/plugins/symbian/integration-test/unittest_generate.py
changeset 9 63964d875993
parent 5 d2c80f5cab53
--- a/configurationengine/source/plugins/symbian/integration-test/unittest_generate.py	Tue Oct 26 10:43:50 2010 +0100
+++ b/configurationengine/source/plugins/symbian/integration-test/unittest_generate.py	Sat Nov 06 16:59:14 2010 +0200
@@ -76,7 +76,7 @@
             project = project_dir,
             expected = os.path.join(ROOT_PATH, 'testdata/generate/expected_last_layer'),
             args = '--layer -1',
-            linux_ignores = ['anim1.mbm', 'anim2.mif', '20000000.txt', '10207114',  'themepackage.mbm', 'themepackage.mif', '12340001', '12340002'])
+            linux_ignores = ['anim1.mbm', 'anim2.mif', '20000000.txt', '10207114',  'themepackage.mbm', 'themepackage.mif', '12340001', '12340002', 'resource'])
     
     def test_generate_all_impls_target_rofs2_file_storage(self):
         project_dir = os.path.join(ROOT_PATH, "testdata/generate/project")
@@ -101,7 +101,7 @@
             project = project_zip,
             expected = os.path.join(ROOT_PATH, 'testdata/generate/expected_last_layer'),
             args = '--layer -1',
-            linux_ignores = ['anim1.mbm', 'anim2.mif', '20000000.txt', '10207114', 'themepackage.mbm', 'themepackage.mif', '12340001', '12340002' ])
+            linux_ignores = ['anim1.mbm', 'anim2.mif', '20000000.txt', '10207114', 'themepackage.mbm', 'themepackage.mif', '12340001', '12340002', 'resource' ])
     
     def _run_test_generate_all_impls_on_last_layer(self, workdir, project, expected, args='', linux_ignores=[]):
         # Create a temp workdir and go there to run the test