Convert manual core tests to JUnit
----------------------------------
Key: PIVOT-161
URL: https://issues.apache.org/jira/browse/PIVOT-161
Project: Pivot
Issue Type: Task
Components: project
Reporter: Todd Volkert
Assignee: Greg Brown
Fix For: 1.3
The following tests use 'public static void main(String[] args)' instead of
JUnit tests.
[junit] Test org.apache.pivot.serialization.test.JSONSerializerTest FAILED
[junit] Test org.apache.pivot.serialization.test.PropertiesSerializerTest
FAILED
[junit] Test org.apache.pivot.util.test.ListenerListTest FAILED
[junit] Test org.apache.pivot.util.test.MIMETypeTest FAILED
[junit] Test org.apache.pivot.util.test.ResourcesTest FAILED
[junit] Test org.apache.pivot.util.test.VersionTest FAILED
(a) switch to use JUnit tests
(b) Remove sys-out statements and replace with asserts
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.