Removing test which no longer passes

main
_ 2020-02-17 02:01:40 +00:00
parent e2b14f3dfb
commit 1cc363f8d5
1 changed files with 0 additions and 15 deletions

View File

@ -266,21 +266,6 @@ mod tests {
#[test]
pub fn iqm () {
let data = load_small_file ("pumpking.iqm");
{
let model = eader::from_slice (&data [..]).unwrap ().1;
assert_eq! (model.fields [1], 90368);
assert_eq! (model.fields [2], 0);
assert_eq! (model.fields [consts::VERSION], 2);
}
{
let model = Model::from_slice (&data [..]);
println! ("{:?}", model.meshes);
println! ("{:?}", model.vertexarrays);
}
}
}