--- simpletest_automator.install	2012-06-07 11:41:32.000000000 +0100
+++ simpletest_automator.install	2012-06-07 11:41:39.000000000 +0100
@@ -4,14 +4,12 @@
  * Implementation of hook_install().
  */
 function simpletest_automator_install() {
-  drupal_install_schema('simpletest_automator');
 }
 
 /**
  * Implementation of hook_uninstall().
  */
 function simpletest_automator_uninstall() {
-  drupal_uninstall_schema('simpletest_automator');
 }
 
 /**
@@ -138,4 +136,4 @@
   );
 
   return $schema;
-}
\ No newline at end of file
+}
