You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by "Todd Volkert (JIRA)" <ji...@apache.org> on 2009/07/01 13:44:47 UTC

[jira] Created: (PIVOT-161) Convert manual core tests to JUnit

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.


[jira] Resolved: (PIVOT-161) Convert manual core tests to JUnit

Posted by "Greg Brown (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIVOT-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Greg Brown resolved PIVOT-161.
------------------------------

    Resolution: Fixed

The failing tests have been removed and will be rewritten at some point in the future.


> 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.