You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/20 23:06:30 UTC

[Db-derby Wiki] Update of "ConvertOldTestToJunitTips" by KatheyMarsden

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The following page has been changed by KatheyMarsden:
http://wiki.apache.org/db-derby/ConvertOldTestToJunitTips

------------------------------------------------------------------------------
     * Remove ({{{svn delete}}}) the test file (.java or .sql) and any support files it has like {{{test_app.properties}}}.
     * Remove ({{{svn delete}}}) any master files for that test
     * Remove the test from any suite ({{{.runall}}} file) it is in.
+    *  Add  ({{{svn add}}}) the new test file.
     * {{{ant clobber ; ant all}}} (check no build failures)
     * run {{{derbyall}}} - check for no (new) failures
     * {{{svn diff}}} to create a patch & attach to the jira issue along with the output of {{{svn stat}}}