Skip to content

Commit

Permalink
refs #6852 Small changes to unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 23, 2013
1 parent 60c71fa commit 9ae30d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ void testCopyMethadata()

// target workspace has W-matrix, which should be unit matrix
TS_ASSERT(spws->getExperimentInfo(0)->run().hasProperty("W_MATRIX"));
// it also has transformation matrix
TS_ASSERT(spws->getExperimentInfo(0)->run().hasProperty("RUBW_MATRIX"));

if(!spws->getExperimentInfo(0)->run().hasProperty("W_MATRIX"))return;

Expand Down

0 comments on commit 9ae30d2

Please sign in to comment.