Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-5
-
Fix Version/s: 1.0-beta-5
-
Component/s: None
-
Labels:None
-
Environment:running unit tests with latest JMock CVS
-
Number of attachments :
Description
I was having a look at how Picocontainer used JMock because I was interested in using it in my own project, but then found that the tests using JMock in Picocontainer to be running against an old snapshot of JMock. I grabbed the latest JMock CVS, built it, updated Picocontainer testcases to use the latest JMock to learn how to use it and figured I'd contribute my changes back to the project.
BTW, I did have to modify org.jmock.dynamic.DynamicUtil to fix a null pointer exception, but I've provided that patch here:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=JMOCK-3
Patch coming up.
Jake
Activity
Jacob Kjome
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | picotest_jmock.patch.diff [ 11395 ] |
Jacob Kjome
made changes -
Attachment | picotest_jmock_new.patch.diff [ 11412 ] |
Aslak Hellesøy
made changes -
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Assignee | Aslak Hellesoy [ rinkrank ] | |
Fix Version/s | 1.0-beta-5 [ 10145 ] |
patch updating all tests in Picocontainer CVS which use JMock to work against the latest JMock CVS.
Jake