CVS: Tapestry/junit/src/net/sf/tapestry/junit TapestryTestCase.java,1.6.2.1,1.6.2.2
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-serv32418/junit/src/net/sf/tapestry/junit
Modified Files:
Tag: hship-2-3
TapestryTestCase.java
Log Message:
Require a IMonitor instance for each request.
Provide a shared null IMonitor implementation.
Allow a monitor to be specified as an application extension.
Add ability to check type of extension.
Index: TapestryTestCase.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/TapestryTestCase.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** TapestryTestCase.java 7 Dec 2002 13:26:13 -0000 1.6.2.1
--- TapestryTestCase.java 16 Dec 2002 12:56:35 -0000 1.6.2.2
***************
*** 93,97 ****
IResourceLocation location = getSpecificationResourceLocation(simpleName);
! return parser.parseLibrarySpecification(location, _resolver);
}
--- 93,97 ----
IResourceLocation location = getSpecificationResourceLocation(simpleName);
! return parser.parseLibrarySpecification(location, _resolver);
}
***************
*** 121,123 ****
--- 121,127 ----
}
+ protected void unreachable()
+ {
+ throw new AssertionFailedError("This code should be unreachable.");
+ }
}
-------------------------------------------------------
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/