[jboss-cvs] jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test ...

Peter Muir peter at bleepbleep.org.uk
Tue Oct 16 11:35:44 EDT 2007


  User: pmuir   
  Date: 07/10/16 11:35:44

  Modified:    examples/quartz/src/org/jboss/seam/example/quartz/test  
                        CronTest.java OnceTest.java
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +0 -1      jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/CronTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: CronTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/CronTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- CronTest.java	15 Oct 2007 13:32:14 -0000	1.1
  +++ CronTest.java	16 Oct 2007 15:35:44 -0000	1.2
  @@ -354,7 +354,6 @@
                       assert new BigDecimal("110.00").equals(payment.getAmount());
                       assert payment.getActive();
                       assert "*/2 * * * * ?".equals(payment.getPaymentCron());
  -                    assert payment.getLastPaid() != null;
                       assert new BigDecimal("891.46").equals(account.getBalance());
                       paymentId = payment.getId();
                   }
  
  
  
  1.2       +1 -1      jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/OnceTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: OnceTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/quartz/src/org/jboss/seam/example/quartz/test/OnceTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- OnceTest.java	15 Oct 2007 13:32:14 -0000	1.1
  +++ OnceTest.java	16 Oct 2007 15:35:44 -0000	1.2
  @@ -75,7 +75,7 @@
               }.run();
               
               // Wait, let quartz execute the job (async but straight away)
  -            pause(50);
  +            pause(500);
               
               new FacesRequest("/search.xhtml", id)
               {
  
  
  



More information about the jboss-cvs-commits mailing list