You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2006/09/29 05:32:03 UTC

svn commit: r451105 - /tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js

Author: jkuhnert
Date: Thu Sep 28 20:32:02 2006
New Revision: 451105

URL: http://svn.apache.org/viewvc?view=rev&rev=451105
Log:
Upgraded dojo to pre-0.4 "feature freeze" version again. (there will be more, waiting on one specific feature ) 

Fixed AssetService to return a response of SC_NOT_FOUND for assets that aren't found and logged a warning instead of throwing 
an exception.

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js?view=diff&rev=451105&r1=451104&r2=451105
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tests/form/test_datetime.js Thu Sep 28 20:32:02 2006
@@ -12,7 +12,7 @@
 	jum.assertTrue(value, tapestry.form.datetime.isValidDate(value, 
 				{datePattern:"MM/dd/yyyy",selector:"dateOnly"}));
 	
-	// value = "12112/12/23434";
+	// value = "12112/12/23434"; "08 Sep 2006"
 	// jum.assertFalse(value, tapestry.form.datetime.isValidDate(value));
 	// jum.assertFalse("null value", tapestry.form.datetime.isValidDate());
 }