[svn:parrot] r49036 - trunk/t

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Sep 16 08:18:24 UTC 2010


Author: fperrad
Date: Thu Sep 16 08:18:24 2010
New Revision: 49036
URL: https://trac.parrot.org/parrot/changeset/49036

Log:
[t] works with the new Parrot smolder server

Modified:
   trunk/t/harness.pir

Modified: trunk/t/harness.pir
==============================================================================
--- trunk/t/harness.pir	Thu Sep 16 08:04:02 2010	(r49035)
+++ trunk/t/harness.pir	Thu Sep 16 08:18:24 2010	(r49036)
@@ -353,7 +353,7 @@
     push contents, 'username'
     push contents, 'parrot-autobot'
     push contents, 'password'
-    push contents, 'squ at wk'
+    push contents, 'qa_rocks'
     push contents, 'comments'
     push contents, "EXPERIMENTAL t/harness.pir with LWP.pir"
     push contents, 'report_file'
@@ -362,7 +362,7 @@
     $P0[0] = 'parrot_test_run.tar.gz'
     push contents, $P0
     load_bytecode 'LWP/UserAgent.pir'
-    .const string url = 'http://smolder.plusthree.com/app/projects/process_add_report/8'
+    .const string url = 'http://smolder.parrot.org/app/projects/process_add_report/1'
     .local pmc ua, response
     ua = new ['LWP';'UserAgent']
     ua.'env_proxy'()


More information about the parrot-commits mailing list