Skip to content
Snippets Groups Projects
Commit 8fa50fb6 authored by Danny Hindson's avatar Danny Hindson
Browse files

Remove check on number of algorithm properties

Not convinced this kind of test is useful. Better to test the functionality
rather than things like parameter\property counts
parent 3899c4e9
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,6 @@ public:
LoadSampleEnvironment alg;
TS_ASSERT_THROWS_NOTHING(alg.initialize());
TS_ASSERT(alg.isInitialized());
TSM_ASSERT_EQUALS("should be 23 properties here", 23,
(size_t)(alg.getProperties().size()));
}
void testSetMaterial() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment