Upgraded simpletestlib from 1.0.1alpha3 to 1.0.1beta

This commit is contained in:
nicolasconnault
2007-04-26 07:11:44 +00:00
parent eba8cd63b4
commit 85414e846a
27 changed files with 1362 additions and 629 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
* @access public
*/
function asRequest() {
return $this->_key . '=' . urlencode($this->_value);
return urlencode($this->_key) . '=' . urlencode($this->_value);
}
/**