javacommons/utils/tsrc/localisation/build/build.xml
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
--- a/javacommons/utils/tsrc/localisation/build/build.xml	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/utils/tsrc/localisation/build/build.xml	Wed Oct 13 14:23:59 2010 +0300
@@ -1,6 +1,6 @@
 <!--
 #
-# Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of "Eclipse Public License v1.0"
@@ -96,7 +96,7 @@
   <target name="run" depends="deploy">
       <echo>Running Location Tests</echo>
       <exec executable="${java.bin.root}/bin/javainstaller">
-          <arg line="test -mainclass=com.nokia.mj.impl.utils.LocalisationTest"/>
+          <arg line="test -mainclass=localisationtest.LocalisationTest"/>
       </exec>
   </target>