[Jifty-commit] r7077 - in jifty/trunk: t/TestApp-RestartServer/t

Jifty commits jifty-commit at lists.jifty.org
Tue May 19 21:19:05 EDT 2009


Author: alexmv
Date: Tue May 19 21:19:05 2009
New Revision: 7077

Modified:
   jifty/trunk/.gitignore
   jifty/trunk/t/TestApp-RestartServer/t/restart.t

Log:
Instead of ignoring the test detritus, clean it up

Modified: jifty/trunk/.gitignore
==============================================================================
--- jifty/trunk/.gitignore	(original)
+++ jifty/trunk/.gitignore	Tue May 19 21:19:05 2009
@@ -12,4 +12,3 @@
 var/
 mason*/
 *.swp
-t/TestApp-RestartServer/testapp_mason

Modified: jifty/trunk/t/TestApp-RestartServer/t/restart.t
==============================================================================
--- jifty/trunk/t/TestApp-RestartServer/t/restart.t	(original)
+++ jifty/trunk/t/TestApp-RestartServer/t/restart.t	Tue May 19 21:19:05 2009
@@ -52,6 +52,7 @@
         'admin mode is gone on page, restart works!',
     );
     system("@perl bin/jifty server --stop");
+    system("@perl bin/jifty schema --drop-database");
 }
 else {
     system("@perl bin/jifty server");


More information about the Jifty-commit mailing list