fix test
This commit is contained in:
parent
984bc2f72c
commit
df04071177
2 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public class FlvFilterTest extends TestCase {
|
||||||
|
|
||||||
public void testWrite() throws IOException {
|
public void testWrite() throws IOException {
|
||||||
|
|
||||||
InputStream is = getClass().getResourceAsStream("VideoAd.flv");
|
InputStream is = getClass().getResourceAsStream("/VideoAd.flv");
|
||||||
OutputStream os = new FlvFilter();
|
OutputStream os = new FlvFilter();
|
||||||
IOUtils.copy(is, os);
|
IOUtils.copy(is, os);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue