Index: modules/simpletest/drupal_web_test_case.php
===================================================================
RCS file: /var/www/CoreDev/core/drupal/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.21
diff -u -r1.21 drupal_web_test_case.php
--- modules/simpletest/drupal_web_test_case.php	26 Jun 2008 19:31:31 -0000	1.21
+++ modules/simpletest/drupal_web_test_case.php	1 Jul 2008 01:16:08 -0000
@@ -805,7 +805,7 @@
     // We re-using a CURL connection here.  If that connection still has certain
     // options set, it might change the GET into a POST.  Make sure we clear out
     // previous options.
-    $out = $this->curlExec(array(CURLOPT_URL => url($path, $options), CURLOPT_POST => FALSE, CURLOPT_POSTFIELDS => array()));
+    $out = $this->curlExec(array(CURLOPT_HTTPGET => TRUE, CURLOPT_URL => url($path, $options)));
     $this->refreshVariables(); // Ensure that any changes to variables in the other thread are picked up.
     return $out;
   }
