aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2018-12-11 13:58:22 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2018-12-11 13:58:22 +0100
commit1f7e9371e2ec548b6821bb01ce7ba82c4cd8068d (patch)
tree83dacc936606c5f9ab82061d715c47e2bec1bd35
parent52aad9fed3d4cfb4243fdd54522aa28d40068fad (diff)
downloadnihav-1f7e9371e2ec548b6821bb01ce7ba82c4cd8068d.tar.gz
rv6: make test silent
-rw-r--r--src/codecs/real/rv60.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codecs/real/rv60.rs b/src/codecs/real/rv60.rs
index bc1a149..f277391 100644
--- a/src/codecs/real/rv60.rs
+++ b/src/codecs/real/rv60.rs
@@ -1484,7 +1484,7 @@ mod test {
use test::dec_video::test_file_decoding;
#[test]
fn test_rv60() {
- test_file_decoding("realmedia", "assets/RV/RV60.rmhd", Some(4000), true, false, /*None*/Some("rv60"));
-panic!("end");
+ test_file_decoding("realmedia", "assets/RV/RV60.rmhd", Some(4000), true, false, None/*Some("rv60")*/);
+//panic!("end");
}
}