Author: nick Date: 2006-05-25 18:16:21 +0100 (Thu, 25 May 2006) New Revision: 792
Modified: trunk/t/28_wgs84_coords.t Log: Need to create the sqlite db, having trashed it
Modified: trunk/t/28_wgs84_coords.t =================================================================== --- trunk/t/28_wgs84_coords.t 2006-05-25 17:09:10 UTC (rev 791) +++ trunk/t/28_wgs84_coords.t 2006-05-25 17:16:21 UTC (rev 792) @@ -8,7 +8,10 @@
# Clear out the database from any previous runs. unlink "t/node.db"; +# And give us a new one +Wiki::Toolkit::Setup::SQLite::setup( { dbname => "t/node.db" } );
+# Now we can start testing my $config = OpenGuides::Test->make_basic_config; $config->force_wgs84 (1);