CVS: Tapestry/junit/src/net/sf/tapestry/junit MockEngine.java,1.6,1.6.2.1
Howard Lewis Ship <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv32677/junit/src/net/sf/tapestry/junit
Modified Files:
Tag: hship-2-3
MockEngine.java
Log Message:
Finish up code and tests for dynamically locating page specifications and templates.
Index: MockEngine.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/MockEngine.java,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -C2 -d -r1.6 -r1.6.2.1
*** MockEngine.java 27 Nov 2002 17:58:43 -0000 1.6
--- MockEngine.java 12 Dec 2002 12:42:39 -0000 1.6.2.1
***************
*** 20,23 ****
--- 20,24 ----
import net.sf.tapestry.spec.IApplicationSpecification;
import net.sf.tapestry.util.io.DataSqueezer;
+ import net.sf.tapestry.util.pool.Pool;
/**
***************
*** 35,38 ****
--- 36,40 ----
private boolean _refreshing;
+ private Pool _pool = new Pool();
public void forgetPage(String name)
***************
*** 162,165 ****
--- 164,172 ----
{
return null;
+ }
+
+ public Pool getPool()
+ {
+ return _pool;
}
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/