Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
added missing test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jshook committed Feb 14, 2015
1 parent f9dd261 commit d4bca0c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions metagener-webapi/src/test/resources/testreq-context.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<RestClientRequest>
<option name="biscuits">
<list />
</option>
<option name="httpMethod" value="POST" />
<option name="urlBase" value="http://localhost:8080" />
<option name="urlPath" value="/context/testContext" />
<option name="headers">
<list>
<KeyValuePair>
<option name="key" value="Accept" />
<option name="value" value="*/*" />
</KeyValuePair>
<KeyValuePair>
<option name="key" value="Cache-Control" />
<option name="value" value="no-cache" />
</KeyValuePair>
</list>
</option>
<option name="parameters">
<list />
</option>
<option name="parametersEnabled" value="true" />
<option name="haveTextToSend" value="false" />
<option name="haveFileToSend" value="true" />
<option name="isFileUpload" value="false" />
<option name="textToSend" value="" />
<option name="filesToSend" value="/home/jshook/IdeaProjects/metagener/metagener-dsl/src/test/resources/test-syntax.metagener" />
</RestClientRequest>

0 comments on commit d4bca0c

Please sign in to comment.