rev 1923 - in trunk/buscador: . t

[prev] [thread] [next] [lurker] [Date index for 2005/02/19]

From: richardc
Subject: rev 1923 - in trunk/buscador: . t
Date: 12:51 on 19 Feb 2005
Author: richardc
Date: 2005-02-19 12:51:28 +0000 (Sat, 19 Feb 2005)
New Revision: 1923

Added:
   trunk/buscador/buscador.config
Modified:
   trunk/buscador/
   trunk/buscador/.svnignore
   trunk/buscador/MANIFEST
   trunk/buscador/t/01basic.t
Log:
get the tests passing


Property changes on: trunk/buscador
___________________________________________________________________
Name: svn:ignore
   - *.db
amazon.db
META.yml
testmail
*.mails
emailstore-index
try
buscador.config
testmails
Makefile.PL
Makefile
Build
_build
blib
try


   + *.db
amazon.db
META.yml
testmail
*.mails
emailstore-index
try
testmails
Makefile.PL
Makefile
Build
_build
blib
try



Modified: trunk/buscador/.svnignore
===================================================================
--- trunk/buscador/.svnignore	2005-02-19 12:41:03 UTC (rev 1922)
+++ trunk/buscador/.svnignore	2005-02-19 12:51:28 UTC (rev 1923)
@@ -5,7 +5,6 @@
 *.mails
 emailstore-index
 try
-buscador.config
 testmails
 Makefile.PL
 Makefile

Modified: trunk/buscador/MANIFEST
===================================================================
--- trunk/buscador/MANIFEST	2005-02-19 12:41:03 UTC (rev 1922)
+++ trunk/buscador/MANIFEST	2005-02-19 12:51:28 UTC (rev 1923)
@@ -7,6 +7,7 @@
 META.yml
 Root.pm.in
 TODO
+buscador.config
 bin/buscador
 chrome/atom.gif
 chrome/atompixel.png

Added: trunk/buscador/buscador.config
===================================================================
--- trunk/buscador/buscador.config	2005-02-19 12:41:03 UTC (rev 1922)
+++ trunk/buscador/buscador.config	2005-02-19 12:51:28 UTC (rev 1923)
@@ -0,0 +1,4 @@
+# dummy config file for running the tests
+dsn = dbi:SQLite:test.db
+uri = http://localhost/buscador/
+image_uri = http://localhost/buscador_images/

Modified: trunk/buscador/t/01basic.t
===================================================================
--- trunk/buscador/t/01basic.t	2005-02-19 12:41:03 UTC (rev 1922)
+++ trunk/buscador/t/01basic.t	2005-02-19 12:51:28 UTC (rev 1923)
@@ -1,3 +1,5 @@
+#!perl
+use strict;
 use Test::More tests => 1;
 
 use_ok("Buscador");

Generated at 14:00 on 19 Feb 2005 by mariachi 0.52