Author: norman.richards(a)jboss.com
Date: 2009-04-08 18:38:15 -0400 (Wed, 08 Apr 2009)
New Revision: 10360
Modified:
trunk/examples/quartz/src/org/jboss/seam/example/quartz/test/EventsTest.java
Log:
fix timing issue with test
Modified: trunk/examples/quartz/src/org/jboss/seam/example/quartz/test/EventsTest.java
===================================================================
---
trunk/examples/quartz/src/org/jboss/seam/example/quartz/test/EventsTest.java 2009-04-08
22:26:20 UTC (rev 10359)
+++
trunk/examples/quartz/src/org/jboss/seam/example/quartz/test/EventsTest.java 2009-04-08
22:38:15 UTC (rev 10360)
@@ -197,6 +197,7 @@
@Override
protected void renderResponse() throws Exception
{
+ Thread.sleep(1000);
assert ((Boolean)getValue("#{accountHome.idDefined}"));
Account account = (Account) getValue("#{selectedAccount}");
assert account !=null;
Show replies by date