Author: kake
Date: 2012-03-05 02:01:37 +0000 (Mon, 05 Mar 2012)
New Revision: 1307
Modified:
trunk/t/19_autocreate.t
Log:
Fixed whitespace/line length.
Modified: trunk/t/19_autocreate.t
===================================================================
--- trunk/t/19_autocreate.t 2012-03-02 21:06:35 UTC (rev 1306)
+++ trunk/t/19_autocreate.t 2012-03-05 02:01:37 UTC (rev 1307)
@@ -7,7 +7,8 @@
eval { require DBD::SQLite; };
if ( $@ ) {
my ($error) = $@ =~ /^(.*?)\n/;
- plan skip_all => "DBD::SQLite could not be used - no database to test with.
($error)";
+ plan skip_all =>
+ "DBD::SQLite could not be used - no database to test with. ($error)";
}
plan tests => 4;
@@ -18,7 +19,7 @@
my $wiki = $guide->wiki;
# Clear out the database from any previous runs.
- OpenGuides::Test::refresh_db();
+OpenGuides::Test::refresh_db();
# Write a custom template to autofill content in autocreated nodes.
eval {
Show replies by date