diff -r 85df38eb4012 -r df88fead2976 buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_parsers.py --- a/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_parsers.py Tue Apr 27 08:33:08 2010 +0300 +++ b/buildframework/helium/sf/python/pythoncore/lib/pythoncorecpythontests/test_parsers.py Thu Jul 22 17:08:43 2010 +0300 @@ -362,6 +362,8 @@ (path(TSRC_DIR+r"" + os.sep + "tsrc" + os.sep + "tc1" + os.sep + "data" + os.sep + "tc1.sisx").normpath(), path(r"e:" + os.sep + "sys" + os.sep + "bin" + os.sep + "tc1.sisx").normpath(), "", 'tc1.pkg'), (path(TSRC_DIR+r"" + os.sep + "tsrc" + os.sep + "tc1" + os.sep + "data" + os.sep + "DUMP.xyz").normpath(), path(r"e:" + os.sep + "sys" + os.sep + "bin" + os.sep + "DUMP.xyz").normpath(), "data", 'tc1.pkg'), ] + for p, _, _, _ in self.data_files: + open(p, 'w').close() def test_get_pkg_files(self): """Test if pkg files are returned from a specified location"""