[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at dev.open-bio.org
Tue Apr 15 00:36:23 UTC 2008
mwilkinson
Mon Apr 14 20:36:23 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOBY-Server/t
In directory dev.open-bio.org:/tmp/cvs-serv30536/t
Modified Files:
Central.t
Added Files:
mobycentral.config
Log Message:
MOBY Central triggers a load of the Config.pm module which now tries to read a configuration file as soon as it is loaded, so I just added a fake and empty config file just to silence the test harness
moby-live/Perl/MOBY-Server/t mobycentral.config,NONE,1.1 Central.t,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY-Server/t/Central.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Perl/MOBY-Server/t/Central.t 2008/02/21 00:21:28 1.1
+++ /home/repository/moby/moby-live/Perl/MOBY-Server/t/Central.t 2008/04/15 00:36:23 1.2
@@ -39,6 +39,7 @@
CLIENT_ONLY
+ $ENV{MOBY_CENTRAL_CONFIG} = "./t/mobycentral.config";
# Test that modules required ONLY for local MOBY Central are installed.
require_ok( "DBI" ) or diag($missing_modules);
require_ok( "DBD::mysql" ) or diag($missing_modules);
More information about the MOBY-guts
mailing list