Create a fork in integration tests

This commit is contained in:
Vincent Jacques
2012-02-25 16:17:37 +00:00
parent 156b354a09
commit 0e80fa353c
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ class Requester:
cnx.close()
# print verb, url, input, "==>", status, str( headers )[ :30 ], str( output )[ :30 ]
# print verb, url, parameters, input, "==>", status, str( headers )[ :30 ], str( output )[ :30 ]
return status, headers, output
def __completeUrl( self, url, parameters ):