Ticket #2222 (closed: fixed)
Make a single test suite per .h file, and make sure the names match.
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | major | Milestone: | Iteration 27 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Russell Taylor |
Description
... Populating project GeometryTest ... Warning! Source file not found - test suite 'testIntersection' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testIntersection.h Warning! Source file not found - test suite 'testUnion' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testUnion.h Warning! Source file not found - test suite 'testSurfPoint' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testSurfPoint.h Warning! Source file not found - test suite 'testCompObj' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testCompObj.h Warning! Source file not found - test suite 'testCompGrp' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testCompGrp.h Warning! Source file not found - test suite 'testBoolValue' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testBoolValue.h ... Populating project DataObjectsTest ... Warning! Source file not found - test suite 'TofEventTest' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/DataObjects/test/TofEventTest.h Warning! Source file not found - test suite 'WeightedEventTest' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/DataObjects/test/WeightedEventTest.h ... Populating project AlgorithmsTest ...
Change History
comment:4 Changed 10 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 10 years ago by Russell Taylor
- Status changed from verify to verifying
- Tester set to Russell Taylor
This is necessary for some of the test running stuff and cmake.
{{{... Populating project GeometryTest ... Warning! Source file not found - test suite 'testIntersection' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testIntersection.h Warning! Source file not found - test suite 'testUnion' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testUnion.h Warning! Source file not found - test suite 'testSurfPoint' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testSurfPoint.h Warning! Source file not found - test suite 'testCompObj' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testCompObj.h Warning! Source file not found - test suite 'testCompGrp' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testCompGrp.h Warning! Source file not found - test suite 'testBoolValue' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/Geometry/test/testBoolValue.h ... Populating project DataObjectsTest ... Warning! Source file not found - test suite 'TofEventTest' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/DataObjects/test/TofEventTest.h Warning! Source file not found - test suite 'WeightedEventTest' should be renamed: /home/8oz/Code/Mantid/Code/Mantid/Framework/DataObjects/test/WeightedEventTest.h ... Populating project AlgorithmsTest ... }}}