[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Jun 16 01:15:30 UTC 2004


mwilkinson
Tue Jun 15 21:15:30 EDT 2004
Update of /home/repository/moby/moby-live/Perl/t
In directory pub.open-bio.org:/tmp/cvs-serv16447/t

Modified Files:
	Client-Central.t 
Log Message:
all sorts of additions and changes.  Secondary parameters now work for me on two systems, so that problem should now be solved.  I am starting to rip out the SQL that is in MOBY Central into other modules, and it will eventually end up in a single mysql-specific module with an API to make it easier to code MOBY onto other data back-ends.  Various bug fixes here and there as well.

moby-live/Perl/t Client-Central.t,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/t/Client-Central.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/t/Client-Central.t	2004/01/08 19:05:58	1.3
+++ /home/repository/moby/moby-live/Perl/t/Client-Central.t	2004/06/16 01:15:30	1.4
@@ -12,9 +12,11 @@
 
 # Test 2
 my $C = MOBY::Client::Central->new(
-    #MOBY_server => "http://localhost/cgi-bin/MOBY-Central.pl",
-    #MOBY_uri  => "http://localhost/MOBY/Central"
-    );
+		Registries => {
+						mobycentral => {	URL => 'http://mobycentral.cbr.nrc.ca:8080/cgi-bin/MOBY05/mobycentral.pl',
+											URI => 'http://mobycentral.cbr.nrc.ca:8080/MOBY/Central'}
+						}
+                                  );
 
 isa_ok( $C,'MOBY::Client::Central',"Connected to test MOBY Central") or
     die("Cannot Connect to MOBY Central... cannot continue?");




More information about the MOBY-guts mailing list