Files
secondo/Algebras/Spatial3D/afterTest.test
2026-01-23 17:03:45 +08:00

18 lines
454 B
Plaintext

delete database mytestdb;
#setup Forall2Test StandardAlgebra RelationAlgebra
create database mytestdb;
open database mytestdb;
#testcase fixSphere
#yields success
query importSTL('testfiles/volumeswithleaks/sphere1.txt.stl') exportSTL ["fixed", 'sphere1.auto.stl', FALSE];
#testcase createFus
#yields success
query importSTL('The_Double-lined_fusilier.stl') exportSTL ["fixed", 'fus.stl', FALSE];
#teardown
close database;
delete database mytestdb;