Author: apetrelli
Date: Sat Jul 25 09:21:08 2009
New Revision: 797726
URL: http://svn.apache.org/viewvc?rev=797726&view=rev
Log:
TILES-430
Fixed test, it failed because of an erased test class, and it counted the
number of classes under a particular package.
Modified:
tiles/framework/trunk/tiles-portlet/src/test/java/org/apache/tiles/portlet/context/wildcard/WildcardPortletTilesApplicationContextTest.java
Modified:
tiles/framework/trunk/tiles-portlet/src/test/java/org/apache/tiles/portlet/context/wildcard/WildcardPortletTilesApplicationContextTest.java
URL:
http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-portlet/src/test/java/org/apache/tiles/portlet/context/wildcard/WildcardPortletTilesApplicationContextTest.java?rev=797726&r1=797725&r2=797726&view=diff
==============================================================================
---
tiles/framework/trunk/tiles-portlet/src/test/java/org/apache/tiles/portlet/context/wildcard/WildcardPortletTilesApplicationContextTest.java
(original)
+++
tiles/framework/trunk/tiles-portlet/src/test/java/org/apache/tiles/portlet/context/wildcard/WildcardPortletTilesApplicationContextTest.java
Sat Jul 25 09:21:08 2009
@@ -50,7 +50,7 @@
/**
* Number of test classes.
*/
- private static final int TEST_TEST_SIZE = 2;
+ private static final int TEST_TEST_SIZE = 1;
/**
* The root Tiles application context.