[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/passivation ...

Mircea Markus mircea.markus at gmail.com
Mon Feb 19 07:56:24 EST 2007


  User: mmarkus 
  Date: 07/02/19 07:56:24

  Modified:    tests/functional/org/jboss/cache/passivation 
                        PassivationToJDBCCacheLoaderTest.java
  Log:
  added sql-concat property for initializing the JDBCCacheLoader
  
  Revision  Changes    Path
  1.3       +3 -2      JBossCache/tests/functional/org/jboss/cache/passivation/PassivationToJDBCCacheLoaderTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: PassivationToJDBCCacheLoaderTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/passivation/PassivationToJDBCCacheLoaderTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- PassivationToJDBCCacheLoaderTest.java	25 Oct 2006 04:50:20 -0000	1.2
  +++ PassivationToJDBCCacheLoaderTest.java	19 Feb 2007 12:56:24 -0000	1.3
  @@ -21,7 +21,7 @@
    * This test has MySQL hard-coded. To run it, run MySQL first: mysqld -u=root
    *
    * @author <a href="mailto:{hmesha at novell.com}">{Hany Mesha}</a>
  - * @version $Id: PassivationToJDBCCacheLoaderTest.java,v 1.2 2006/10/25 04:50:20 bstansberry Exp $
  + * @version $Id: PassivationToJDBCCacheLoaderTest.java,v 1.3 2007/02/19 12:56:24 mmarkus Exp $
    */
   public class PassivationToJDBCCacheLoaderTest extends PassivationTestsBase
   {
  @@ -65,7 +65,8 @@
                 "cache.jdbc.url=" + prop.getProperty("cache.jdbc.url") + "\n" +
                 "cache.jdbc.user=" + prop.getProperty("cache.jdbc.user") + "\n" +
                 "cache.jdbc.password=" + prop.getProperty("cache.jdbc.password") + "\n" +
  -              "cache.jdbc.node.type=" + prop.getProperty("cache.jdbc.node.type");
  +              "cache.jdbc.node.type=" + prop.getProperty("cache.jdbc.node.type") + "\n" +
  +          "cache.jdbc.sql-concat=" + prop.getProperty("cache.jdbc.sql-concat");
      }
   
      protected void configureCache() throws Exception
  
  
  



More information about the jboss-cvs-commits mailing list