Removing test which no longer passes
parent
e2b14f3dfb
commit
1cc363f8d5
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue