[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Sun May 11 23:41:48 UTC 2008


kawas
Sun May 11 19:41:48 EDT 2008
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/t
In directory dev.open-bio.org:/tmp/cvs-serv961/Perl/MOSES-MOBY/t

Modified Files:
	MOSES-MOBY-Registry.t 
Log Message:
updated the registry in the test to be the ucalgary one.
moby-live/Perl/MOSES-MOBY/t MOSES-MOBY-Registry.t,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/t/MOSES-MOBY-Registry.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/t/MOSES-MOBY-Registry.t	2008/02/21 00:12:55	1.3
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/t/MOSES-MOBY-Registry.t	2008/05/11 23:41:48	1.4
@@ -21,7 +21,7 @@
 can_ok($registry, ("get", "list", "add", "remove", "all"));
 
 # get should return default registry details
-ok($registry->get->{endpoint} eq 'http://mobycentral.icapture.ubc.ca/cgi-bin/MOBY05/mobycentral.pl', "Check the 'get' method returns the default registry") or diag("'" . $registry->get->{endpoint} . "' was not expected.");
+ok($registry->get->{endpoint} eq 'http://moby.ucalgary.ca/moby/MOBY-Central.pl', "Check the 'get' method returns the default registry") or diag("'" . $registry->get->{endpoint} . "' was not expected.");
 
 # shouldnt be able to add to persistent store, but should be in memory (0).
 my $ret = $registry->add(




More information about the MOBY-guts mailing list