From 1a0ff856738cdbf670f2cc6ecae412cabf37a09b Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Fri, 20 Feb 2015 19:21:53 +0100 Subject: [PATCH] Fix commented code --- tests/mp4.rs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/tests/mp4.rs b/tests/mp4.rs index 6b33326..09c882e 100644 --- a/tests/mp4.rs +++ b/tests/mp4.rs @@ -606,15 +606,19 @@ fn explore_mp4_file(filename: &str) { }); } +/* #[test] fn file_test() { - parse_mp4_file("small.mp4"); + //parse_mp4_file("./small.mp4"); + explore_mp4_file("./small.mp4"); } -*/ #[test] fn bunny_test() { - parse_mp4_file("bigbuckbunny.mp4"); + //parse_mp4_file("bigbuckbunny.mp4"); + explore_mp4_file("bigbuckbunny.mp4"); } +*/ +