You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by bc...@apache.org on 2010/06/17 13:33:47 UTC

svn commit: r955558 - /click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java

Author: bckfnn
Date: Thu Jun 17 11:33:47 2010
New Revision: 955558

URL: http://svn.apache.org/viewvc?rev=955558&view=rev
Log:
Don't check for deployed extras resources. They are not deployed when 
"ant test-framework" is executed by itself.

Modified:
    click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java

Modified: click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java?rev=955558&r1=955557&r2=955558&view=diff
==============================================================================
--- click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java (original)
+++ click/trunk/click/framework/test/org/apache/click/ConfigServiceTest.java Thu Jun 17 11:33:47 2010
@@ -77,8 +77,6 @@ public class ConfigServiceTest extends T
         assertEquals(Collections.EMPTY_LIST, config.getPageClassList());
         // Check deployed resource
         assertTrue(new File(tmpdir, "click/control.css").exists());
-        // Check deployed extras resource
-        assertTrue(new File(tmpdir, "click/calendar/calendar_date_select.js").exists());
 
         container.stop();