Remove tabs
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 31 Aug 2011 20:56:15 +0000 (16:56 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 31 Aug 2011 20:56:15 +0000 (16:56 -0400)
t/20-drizzle.t
t/20-mysql.t
t/20-oracle.t

index 80bdd3b266687f0b3b1e8aac5393715dcc7a924d..181d0513da83c9c3ebf6cdcd9bfe10bb18f934b9 100644 (file)
@@ -21,7 +21,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  'Cannot test Drizzle unless the Perl module DBD::drizzle is installed');
+    plan (skip_all =>  'Cannot test Drizzle unless the Perl module DBD::drizzle is installed');
 }
 
 ## Drizzle must be up and running
@@ -34,7 +34,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  "Cannot test Drizzle as we cannot connect to a running Drizzle database: $@");
+    plan (skip_all =>  "Cannot test Drizzle as we cannot connect to a running Drizzle database: $@");
 }
 
 use BucardoTesting;
index 5480c1b7841ddb4869fc132ed4f4b5fd48357f19..cc966c633dd69103757fbdf264431964a5d9141c 100644 (file)
@@ -21,7 +21,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  'Cannot test MySQL unless the Perl module DBD::mysql is installed');
+    plan (skip_all =>  'Cannot test MySQL unless the Perl module DBD::mysql is installed');
 }
 
 ## MySQL must be up and running
@@ -34,7 +34,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  "Cannot test MySQL as we cannot connect to a running MySQL database: $@");
+    plan (skip_all =>  "Cannot test MySQL as we cannot connect to a running MySQL database: $@");
 }
 
 use BucardoTesting;
index 6afa9fbb11d5d6a819eeac00ad6ef6149c16102f..83d50aa65859d8de8216baa2d2fb18bba5e47904 100644 (file)
@@ -21,7 +21,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  'Cannot test Oracle unless the Perl module DBD::Oracle is installed');
+    plan (skip_all =>  'Cannot test Oracle unless the Perl module DBD::Oracle is installed');
 }
 
 ## Oracle must be up and running
@@ -34,7 +34,7 @@ eval {
     $evalok = 1;
 };
 if (!$evalok) {
-       plan (skip_all =>  "Cannot test Oracle as we cannot connect to a running Oracle database: $@");
+    plan (skip_all =>  "Cannot test Oracle as we cannot connect to a running Oracle database: $@");
 }
 
 use BucardoTesting;