Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Commit b18b2b3

Browse files
committed
Add test case for <input type="file">. Doesn't work with HttpUnit (internal bug). (Missing commit)
1 parent 7e60954 commit b18b2b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jwebunit-commons-tests/src/main/resources/testcases/FormSubmissionTest/SingleNamedButtonForm.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<input type="checkbox" name="checkBox" />
88
<input type="submit" name="button">
99
<input type="hidden" name="myReferer" value="FormSubmissionTest/SingleNamedButtonForm.html">
10+
<input type="file" name="file" />
1011
</form>
1112
</body>
1213
</html>

0 commit comments

Comments
 (0)