2009-07-18 |
Removed unnecessary call to getFullBounds in test. Probably just a hangover from a past test.
Allain Lalonde
committed
on 18 Jul 2009
|
---|---|
Fixed Issue 91; deprecated repaintFromlayer(PBounds, PNode) in favor of the more specific repaintFromlayer(PBounds, PLayer) making it impossible to accidentally pass a camera say to this method.
Allain Lalonde
committed
on 18 Jul 2009
|
|
Fixed Issue 96; Made PAffineTransform throw PAffineTransformException (a subclass of RuntimeException) whenever a non-invertible transform is encountered.
...
Allain Lalonde
committed
on 18 Jul 2009
|
|
2009-07-17 |
Fixed Issue 92; make it check for empty stack before popping the cursor
Allain Lalonde
committed
on 17 Jul 2009
|
Fixed Issue 94; made removeLayer(PLayer) "fail" silently. Also added some additional tests and refactoring. Sorry for such a large commit, I'd try to split it up, but it's hard to tell what's safe to leave out and what's not. I know that the whole together unit tests fine. I have to remember to checkin more frequently.
Allain Lalonde
committed
on 17 Jul 2009
|
|
2009-07-16 |
Some tests for PDragEventHandler
Allain Lalonde
committed
on 16 Jul 2009
|
Adding some preliminary tests for PInputEvent
Allain Lalonde
committed
on 16 Jul 2009
|
|
Added some trivial tests for PPanEventHandler and added come accesors to it for maxAutoPanSpeed and minAutoPanSpeed.
...
Allain Lalonde
committed
on 16 Jul 2009
|
|
Added some tests for PAffineTransform
Allain Lalonde
committed
on 16 Jul 2009
|
|
2009-07-15 |
Moved mockListener out of methods and into the setUp. it's common enough to warrant it.
Allain Lalonde
committed
on 15 Jul 2009
|
Slight modification to MockPCamera for extensibility.
Allain Lalonde
committed
on 15 Jul 2009
|
|
Tests for PRoot
Allain Lalonde
committed
on 15 Jul 2009
|
|
Added more tests for PCameraTest and removed an errant ImageIO.write in PNode
Allain Lalonde
committed
on 15 Jul 2009
|
|
Added test for PDebug.debugBounds enabled
Allain Lalonde
committed
on 15 Jul 2009
|
|
2009-07-14 |
Added accessors for render quality on PCanvas (Issue 93) , and also wrote more tests to confirm that Issue 87 is fixed.
Allain Lalonde
committed
on 14 Jul 2009
|
Added some move tests to PCanvas
Allain Lalonde
committed
on 14 Jul 2009
|
|
made toImage(int, int, Paint) return an image of the size requested. Since it seems that the resizing is already done in PNode.paint it was just a matter of deleting the resize code.
...
Allain Lalonde
committed
on 14 Jul 2009
|
|
Added some tests for PInputManagerTest. Difficult to create a mock PickPath so the mouse specific code is largely untested.
Allain Lalonde
committed
on 14 Jul 2009
|
|
Added some more tests for PCamera and broke MockPropertyChangeListener out into its own top level class. Also, cleared up some wording in comments.
Allain Lalonde
committed
on 14 Jul 2009
|
|
2009-07-13 |
Adding some unit test to PLayer, 98.7% instruction coverage booya.
Allain Lalonde
committed
on 13 Jul 2009
|
Modified PNode so that it retained public interface clirr. I'll run that from now on. Thanks, and sorry heuermh
Allain Lalonde
committed
on 13 Jul 2009
|
|
Pushed up UnitTest Instruction Coverate of PNode up to 90.1% and reorganized PNode slightly so that it was easier to test position.
Allain Lalonde
committed
on 13 Jul 2009
|
|
2009-01-24 |
Issue 59 ; updating license date range to include 2009
Michael L Heuer
committed
on 24 Jan 2009
|
2008-08-22 |
Issue 59 ; copyright start year should be 1998 to match oldest files
Michael L Heuer
committed
on 22 Aug 2008
|
Issue 59 ; updating license header and adding one where missing
Michael L Heuer
committed
on 22 Aug 2008
|
|
2008-08-01 |
Issue 29 ; Added eclipse formatter configuration, tweaked checkstyle configuration to match, and ran eclipse formatter on the java source in core. Reduced checkstyle errors from 14037 to 2502. Note this commit contains formatting-related changes only, no code changes.
Michael L Heuer
committed
on 1 Aug 2008
|
2008-07-30 |
issue#51 aligned package and class names of the tests with the classes under test.
Marcus Rohrmoser
committed
on 30 Jul 2008
|
Issue 47; replaced println to stdout/stderr in unit tests with assertNotNull
Michael L Heuer
committed
on 30 Jul 2008
|
|
2008-07-27 |
issue#44 subdirectory and artifact rename
Marcus Rohrmoser
committed
on 27 Jul 2008
|