Removing wrongly commited ifdef.
authorBrian Aker <brian@tangent.org>
Sat, 29 Sep 2007 16:06:29 +0000 (09:06 -0700)
committerBrian Aker <brian@tangent.org>
Sat, 29 Sep 2007 16:06:29 +0000 (09:06 -0700)
Grrrrr.... if I call quit, then mecurial should abort commits.

tests/test.c

index 4ce1fb9154b006643030c6d328200ccccb11614a..c60b48104738f1981ed34dee712aea0b2ed124f9 100644 (file)
@@ -541,7 +541,6 @@ int main(int argc, char *argv[])
 {
   /* Clean the server before beginning testing */
   flush_test();
-#ifdef CRAP
   init_test();
   allocation_test();
   connection_test();
@@ -555,7 +554,6 @@ int main(int argc, char *argv[])
   get_test();
   get_test2();
   get_test3();
-#endif
   get_test4();
   stats_servername_test();