[jboss-cvs] JBossAS SVN: r110675 - branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/hibernate/mocks.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 15 03:32:01 EST 2011


Author: stliu
Date: 2011-02-15 03:32:01 -0500 (Tue, 15 Feb 2011)
New Revision: 110675

Modified:
   branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/hibernate/mocks/MockRegion.java
Log:
JBPAPP-5936 Mock Object implementation causes three hibernate int test cases regression

Modified: branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/hibernate/mocks/MockRegion.java
===================================================================
--- branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/hibernate/mocks/MockRegion.java	2011-02-14 23:58:16 UTC (rev 110674)
+++ branches/JBPAPP_5_1/testsuite/src/main/org/jboss/test/hibernate/mocks/MockRegion.java	2011-02-15 08:32:01 UTC (rev 110675)
@@ -76,7 +76,7 @@
     */
    public String getName()
    {
-      return null;
+      return "MockRegion";
    }
 
    /* (non-Javadoc)



More information about the jboss-cvs-commits mailing list