mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-15 11:04:49 +00:00
Uncomment test for changes to MultipartInputStreamParser
This commit is contained in:
parent
053408254e
commit
b5f3743a22
@ -547,7 +547,7 @@ public class MultiPartInputStreamTest
|
||||
_tmpDir);
|
||||
mpis.setDeleteOnExit(true);
|
||||
Collection<Part> parts = mpis.getParts();
|
||||
//assertThat(parts.size(), is(1));
|
||||
assertThat(parts.size(), is(1));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user