the user probably cares about managing their app server
Chris Nehren [Fri, 8 Apr 2011 06:45:27 +0000 (02:45 -0400)]
apiv2

diff --git a/apiv2 b/apiv2
index 725bb83..56f58a8 100644 (file)
--- a/apiv2
+++ b/apiv2
@@ -11,6 +11,12 @@ method test_directory($dir)
   finds HTML files in $dir, calls run_tests_for on them
   starts necessary servers as appropriate
 
+method start_app_server
+  starts the associated Cat server
+
+method stop_app_server
+  derp
+
 * stuff THS calls, users might call
 
 method start_selenium_server
@@ -19,12 +25,6 @@ method start_selenium_server
 method stop_selenium_server
   derp
 
-method start_app_server
-  starts the associated Cat server
-
-method stop_app_server
-  derp
-
 method run_tests_for($html_file)
   uses Socialtext::WikiFixture::Selenese to run $html_file against selenium
   server