Some progress on fileupload
This commit is contained in:
parent
f2939f819f
commit
5606f57514
17 changed files with 193 additions and 116 deletions
|
|
@ -38,6 +38,8 @@ public class MultipartParserTest {
|
|||
assertEquals("foo", stringField.getName());
|
||||
assertEquals("bar", stringField.getValue());
|
||||
//assertFalse(it.hasNext()); //TODO: does not work, how to solve this?
|
||||
assertEquals(null, it.next());
|
||||
assertEquals(null, it.next());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue