You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/06/14 23:57:12 UTC

svn commit: r547420 - /tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml

Author: andyhot
Date: Thu Jun 14 14:57:12 2007
New Revision: 547420

URL: http://svn.apache.org/viewvc?view=rev&rev=547420
Log:
make js tests work - testarea related tests fail

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml?view=diff&rev=547420&r1=547419&r2=547420
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/build.xml Thu Jun 14 14:57:12 2007
@@ -64,7 +64,7 @@
 	<!-- ====================================================== -->
 	
 	<target name="test" description="Tests tapestry js package with dojo test utils." >
-		 <dojo-test dojosrc="dojo" testsrc="tests"/>
+		 <dojo-test dojosrc="dojo-0.4.3" testsrc="tests"/>
 	</target>
 	
 </project>