end rm demux test normally
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Nov 2017 08:52:37 +0000 (09:52 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sun, 12 Nov 2017 08:52:37 +0000 (09:52 +0100)
src/demuxers/realmedia.rs

index d50f6b2ee006f5b06142e070f01fe89dc3c956ff..3d7848480dce8d4ba048cf2cae032abeebcce1d8 100644 (file)
@@ -629,6 +629,6 @@ mod test {
             let pkt = pktres.unwrap();
             println!("Got {}", pkt);
         }
-panic!("the end");
+//panic!("the end");
     }
 }