Comment out write test until fixtures are in place

This commit is contained in:
Mike Welsh 2016-08-30 17:44:32 -07:00
parent 9fc8a88f52
commit a510564a87
1 changed files with 3 additions and 2 deletions

View File

@ -986,8 +986,9 @@ mod tests {
});
//write_tag_to_file("define_shape_test., 1)
assert_eq!(write_tag_to_buf(&tag, 1),
get_file_contents("test/swfs/define_shape.bin"));
//TODO: Reactive this test.
//assert_eq!(write_tag_to_buf(&tag, 1),
//get_file_contents("test/swfs/define_shape.bin"));
}
#[test]