This commit is contained in:
Erik Forkalsrud 2011-07-03 01:23:07 -07:00
parent 984bc2f72c
commit df04071177
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ public class FlvFilterTest extends TestCase {
public void testWrite() throws IOException {
InputStream is = getClass().getResourceAsStream("VideoAd.flv");
InputStream is = getClass().getResourceAsStream("/VideoAd.flv");
OutputStream os = new FlvFilter();
IOUtils.copy(is, os);
}