clafonta / Mockey

Mockey is a tool for testing application interactions over http, with a focus on testing web services, specifically web or native applications that consume XML, JSON, and HTML. Mockey's purpose is to be a simple front end to writing mock-test-responses to the file system for persistence to git.
118 stars 39 forks source link

Update src/java/com/mockey/model/RequestFromClient.java #71

Closed agherardi closed 11 years ago

agherardi commented 11 years ago

Pass null query param to URIUtils.createURI() if there are no parameters - createURI() appends a ? if the query is an empty string.