Ticket #2222 (closed: fixed)

Opened 10 years ago

Last modified 5 years ago

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:1 Changed 10 years ago by Janik Zikovsky

  • Status changed from new to accepted

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 ... }}}

comment:2 Changed 10 years ago by Janik Zikovsky

(In [8662]) Refs #2222: Split off RulesTest.h into several files; one per test suite.

comment:3 Changed 10 years ago by Janik Zikovsky

(In [8663]) Refs #2222: Split off EventList test file into 3.

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

comment:6 Changed 10 years ago by Russell Taylor

(In [9527]) Modify a few more test suite names to match filename. Re #2222.

comment:7 Changed 10 years ago by Russell Taylor

  • Status changed from verifying to closed

Spotted a few more MD ones. Otherwise done.

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 3069

Note: See TracTickets for help on using tickets.