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/12/17 21:27:56 UTC

svn commit: r488039 - in /tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet: TestPortletApplicationSpecificationInitializer.java bindings/TestUserAttributeBinding.java

Author: jkuhnert
Date: Sun Dec 17 12:27:56 2006
New Revision: 488039

URL: http://svn.apache.org/viewvc?view=rev&rev=488039
Log:
Modified unit tests to work with parallel testing.

Modified:
    tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/TestPortletApplicationSpecificationInitializer.java
    tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/bindings/TestUserAttributeBinding.java

Modified: tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/TestPortletApplicationSpecificationInitializer.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/TestPortletApplicationSpecificationInitializer.java?view=diff&rev=488039&r1=488038&r2=488039
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/TestPortletApplicationSpecificationInitializer.java (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/TestPortletApplicationSpecificationInitializer.java Sun Dec 17 12:27:56 2006
@@ -36,7 +36,7 @@
  * @author Howard M. Lewis Ship
  * @since 4.0
  */
-@Test
+@Test(sequential=true)
 public class TestPortletApplicationSpecificationInitializer extends BaseComponentTestCase
 {
     private PortletConfig newConfig(String name)

Modified: tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/bindings/TestUserAttributeBinding.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/bindings/TestUserAttributeBinding.java?view=diff&rev=488039&r1=488038&r2=488039
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/bindings/TestUserAttributeBinding.java (original)
+++ tapestry/tapestry4/trunk/tapestry-portlet/src/test/org/apache/tapestry/portlet/bindings/TestUserAttributeBinding.java Sun Dec 17 12:27:56 2006
@@ -35,7 +35,7 @@
  * @author Howard M. Lewis Ship
  * @since 4.0
  */
-@Test
+@Test(sequential=true)
 public class TestUserAttributeBinding extends BaseComponentTestCase
 {
     private IBinding newBinding(String bindingDescription, ValueConverter converter,