--- drupal_test_case.php 2008-01-20 19:19:47.000000000 -0600 +++ drupal_test_case2.php 2008-01-20 19:19:19.000000000 -0600 @@ -55,7 +55,6 @@ * @return void */ function drupalGet($url) { - $url = url($url, NULL, NULL, TRUE); $html = $this->_browser->get($url); if( $this->drupalCheckAuth(true) ) {