Author: allain.lalonde
Date: Fri Jul 17 10:01:43 2009
New Revision: 489
Modified:
piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PImageTest.java
Log:
Removed unnecessary call to getFullBounds in test. Probably just a hangover
from a past test.
Modified:
piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PImageTest.java
==============================================================================
---
piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PImageTest.java
(original)
+++
piccolo2d.java/trunk/core/src/test/java/edu/umd/cs/piccolo/nodes/PImageTest.java
Fri Jul 17 10:01:43 2009
@@ -49,8 +49,7 @@
}
public void testToString() {
- PImage aNode = new PImage(new BufferedImage(100, 100,
BufferedImage.TYPE_INT_ARGB));
- aNode.getFullBoundsReference();
+ PImage aNode = new PImage(new BufferedImage(100, 100,
BufferedImage.TYPE_INT_ARGB));
assertNotNull(aNode.toString());
- }
+ }
}
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---