[MOBY-guts] biomoby commit

Eddie Kawas kawas at dev.open-bio.org
Mon Oct 26 16:06:00 UTC 2009


kawas
Mon Oct 26 12:06:00 EDT 2009
Update of /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts
In directory dev.open-bio.org:/tmp/cvs-serv30106/MOSES-MOBY/bin/scripts

Modified Files:
	moses-testing-service.pl 
Log Message:
xpath statement for analysis_event has been changed once again, but should stay like this for a while. This one seems to be the most correct for testing moses services.
moby-live/Perl/MOSES-MOBY/bin/scripts moses-testing-service.pl,1.15,1.16
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl	2009/10/23 18:02:14	1.15
+++ /home/repository/moby/moby-live/Perl/MOSES-MOBY/bin/scripts/moses-testing-service.pl	2009/10/26 16:06:00	1.16
@@ -351,9 +351,9 @@
 			#
 			# Find status of this query ID.
 			#
-			#my $xpath = "//*[local-name() = 'analysis_event'][\@id='$queryID']";
+			#my $xpath = "//*[local-name() = 'analysis_event'][\@*='$queryID']";
 			#my $xpath = "//analysis_event[\@id='$queryID']";
-			my $xpath = "//*[local-name() = 'analysis_event'][\@*='$queryId']";
+			my $xpath = "//*[local-name() = 'analysis_event'][\@id='$queryId']";
 			my $xpc = XML::LibXML::XPathContext->new();
 			my $nodes = $xpc->findnodes( $xpath, $doc->documentElement );
 




More information about the MOBY-guts mailing list