Remove OBJ files as support solids

This commit is contained in:
Mike Skalnik
2013-02-26 14:00:29 -08:00
parent 6e82d2a689
commit 5ea039a74e
3 changed files with 1 additions and 35 deletions

View File

@@ -135,7 +135,6 @@ class TestBlob < Test::Unit::TestCase
def test_solid
assert blob("Binary/cube.stl").solid?
assert blob("Text/cube.stl").solid?
assert blob("Text/cube.obj").solid?
end
def test_viewable