diff -r 87cfa131b535 -r e7e0ae78773e configurationengine/source/plugins/symbian/integration-test/unittest_crml_dc.py --- a/configurationengine/source/plugins/symbian/integration-test/unittest_crml_dc.py Fri Mar 12 08:30:17 2010 +0200 +++ b/configurationengine/source/plugins/symbian/integration-test/unittest_crml_dc.py Tue Aug 10 14:29:28 2010 +0300 @@ -18,7 +18,7 @@ # @author Teemu Rytkonen import sys, os, shutil, unittest -import __init__ + from testautomation.base_testcase import BaseTestCase ROOT_PATH = os.path.abspath(os.path.dirname(__file__)) @@ -27,7 +27,7 @@ if sys.platform == "win32": CONE_SCRIPT = "cone.cmd" else: - CONE_SCRIPT = "cone.sh" + CONE_SCRIPT = "cone" def get_cmd(action='compare'): """Return the command used to run the ConE sub-action"""