Update of /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25148/input/javasrc/biz/xsoftware/mock2
Modified Files:
Tag: branchForOffice
MockObjectFactory.java
Log Message:
fixing bug
Index: MockObjectFactory.java
===================================================================
RCS file: /cvsroot/mocklib/mocklib2/input/javasrc/biz/xsoftware/mock2/MockObjectFactory.java,v
retrieving revision 1.4.2.2
retrieving revision 1.4.2.3
diff -C2 -d -r1.4.2.2 -r1.4.2.3
*** MockObjectFactory.java 15 Jan 2006 05:32:38 -0000 1.4.2.2
--- MockObjectFactory.java 15 Jan 2006 05:34:36 -0000 1.4.2.3
***************
*** 16,20 ****
MockObjectFactory factory=null;
try{
! String className="biz.xsoftware.mock2.MockObjectFactoryImpl";
Class<? extends MockObjectFactory> c=Class.forName(className).asSubclass(MockObjectFactory.class);
factory=c.newInstance();
--- 16,20 ----
MockObjectFactory factory=null;
try{
! String className="biz.xsoftware.mock2.impl.MockObjectFactoryImpl";
Class<? extends MockObjectFactory> c=Class.forName(className).asSubclass(MockObjectFactory.class);
factory=c.newInstance();
|