diff -r 4d5bb8330a27 -r d5821e136caa sbsv2/raptor/test/smoke_suite/longpath.py --- a/sbsv2/raptor/test/smoke_suite/longpath.py Mon Nov 23 23:31:36 2009 +0000 +++ b/sbsv2/raptor/test/smoke_suite/longpath.py Tue Nov 24 01:13:22 2009 +0000 @@ -74,14 +74,12 @@ e32def = dirname + 'e32def.h' deftestu = dirname + 'deftestu.def' - distpol = dirname + 'distribution.policy.s60' dst_cpp = sbsHome + path + 'test.cpp' dst_bld = sbsHome + path + 'bld.inf' dst_deftest = sbsHome + path + 'deftest.mmp' dst_e32def = sbsHome + path + 'e32def.h' dst_deftestu = sbsHome + path_eabi + 'deftestu.def' - dst_distpol = sbsHome + path_eabi + 'distribution.policy.s60' if os.path.exists(dst_cpp): @@ -92,7 +90,6 @@ shutil.copy(deftest, dst_deftest) shutil.copy(e32def, dst_e32def) shutil.copy(deftestu , dst_deftestu) - shutil.copy(distpol , dst_distpol) dirname = sbsHome + path t = SmokeTest()