[cvs] expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache CacheTestThread.java

JCorporate Ltd jcorp at jcorp2.servlets.net
Tue Sep 21 22:17:09 PDT 2004


Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache
In directory jcorp2.servlets.net:/tmp/cvs-serv14862/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache

Modified Files:
	CacheTestThread.java 
Log Message:
fixed compiler warnings


Index: CacheTestThread.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/cache/CacheTestThread.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CacheTestThread.java	3 Jun 2003 06:12:11 -0000	1.9
--- CacheTestThread.java	22 Sep 2004 05:17:07 -0000	1.10
***************
*** 98,123 ****
              myTest.setCacheName(myName);
  
!             for (int i = 0; i < NUM_ITERATIONS && !this.interrupted(); i++) {
                  myTest.setUp();
  
!                 if (!this.interrupted()) {
                      log.debug("Starting: testSimpleCaching()");
                      myTest.testSimpleCaching();
                  }
!                 if (!this.interrupted()) {
                      log.debug("Starting: testCreateCache()");
                      myTest.testCreateCache();
                  }
!                 if (!this.interrupted()) {
                      log.debug("Starting: testMultipleItems()");
                      myTest.testMultipleItems();
                  }
  
!                 if (!this.interrupted()) {
                      log.debug("Starting: testRelatedCaches()");
                      myTest.testRelatedCaches();
                  }
  
!                 if (!this.interrupted()) {
                      log.debug("Starting: testRandomCache()");
                      myTest.testRandomCaches();
--- 98,123 ----
              myTest.setCacheName(myName);
  
!             for (int i = 0; i < NUM_ITERATIONS && !interrupted(); i++) {
                  myTest.setUp();
  
!                 if (!interrupted()) {
                      log.debug("Starting: testSimpleCaching()");
                      myTest.testSimpleCaching();
                  }
!                 if (!interrupted()) {
                      log.debug("Starting: testCreateCache()");
                      myTest.testCreateCache();
                  }
!                 if (!interrupted()) {
                      log.debug("Starting: testMultipleItems()");
                      myTest.testMultipleItems();
                  }
  
!                 if (!interrupted()) {
                      log.debug("Starting: testRelatedCaches()");
                      myTest.testRelatedCaches();
                  }
  
!                 if (!interrupted()) {
                      log.debug("Starting: testRandomCache()");
                      myTest.testRandomCaches();



More information about the cvs mailing list