- From: Davanum Srinivas <dims@wso2.com>
 - Date: Sun, 05 Mar 2006 01:12:07 -0500
 - To: Jonathan Marsh <jmarsh@microsoft.com>
 - CC: public-ws-addressing-tests@w3.org
 - Message-ID: <440A8137.7020400@wso2.com>
 
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jonathan, Paul, don't see the changes in the latest zip file :( I had to apply the enclosed diff to see my logs in the report. thanks, dims Jonathan Marsh wrote: > Oops, first check-in failed. Should be there now (1:30AM local time). > > > > Note, removed rollup of WSO2 results from MS and IBM, instead using > those of WSO2 directly. > > > > ------------------------------------------------------------------------ > > *From:* public-ws-addressing-tests-request@w3.org > [mailto:public-ws-addressing-tests-request@w3.org] *On Behalf Of > *Jonathan Marsh > *Sent:* Saturday, March 04, 2006 4:04 PM > *To:* public-ws-addressing-tests@w3.org > *Subject:* Saturday afternoon, March 4th > > > > Time to change the subject line since so much more green has come online > in the report since this morning! Congrats! > > > > > > ** [ **Jonathan Marsh ** ][ ** jmarsh@microsoft.com > <mailto:jmarsh@microsoft.com> ** ][ > ** http://spaces.msn.com/auburnmarshes** ]** > > > - -- Davanum Srinivas (dims@wso2.com) VP/Engg, WSO2 (http://wso2.com) Yahoo IM: dims Cell/Mobile: +1 (508) 415 7509 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Cygwin) iD8DBQFECoE3gNg6eWEDv1kRAqKDAJ98JGEmPzBuSWrdCbPDqZsxdsWa/wCeInpc VMrShKQlzurEuSOUWerQFQ8= =FgQ/ -----END PGP SIGNATURE-----
diff -r -u suite/report/fetchlogs.pl suite.old5/report/fetchlogs.pl
--- suite/report/fetchlogs.pl	2006-03-02 17:24:58.000000000 -0500
+++ suite.old5/report/fetchlogs.pl	2006-03-05 00:45:31.031250000 -0500
@@ -14,8 +14,6 @@
 	my $raw = $n->{raw};
         my $tmp = "tmp.xml";
 
-	next if ($source =~ /WSO2/);
-
 	print  "fetching $href\n";
 	`curl -s $href > $tmp`;
 
diff -r -u suite/report/logs.pm suite.old5/report/logs.pm
--- suite/report/logs.pm	2006-03-04 04:01:42.000000000 -0500
+++ suite.old5/report/logs.pm	2006-03-05 00:44:37.078125000 -0500
@@ -30,8 +30,7 @@
     },
     WSO2 => 
     {
-	# stale logs from Email, bugged and not worth processing
-	dir => '',	
+	dir => 'http://www-lk.wso2.com/~dims/wsalogs/',	
         format => 'wsi',
     },
     JBoss => 
@@ -122,10 +121,16 @@
  	link => 'wcf-client-ibm-service-log.xml',
     },
     {
-	source => 'Microsoft',
+	source => 'WSO2',
 	client => 'Microsoft',
 	server => 'WSO2',
- 	link => 'wcf-client-wso2-service-log.xml',
+ 	link => 'msft-wso2.xml',
+    },
+    {
+	source => 'WSO2',
+	client => 'IBM',
+	server => 'WSO2',
+ 	link => 'ibm-wso2.xml',
     },
 
 
Received on Sunday, 5 March 2006 06:14:52 UTC