Skip to content

Commit

Permalink
Refs #7178. Update test to check for new properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Jan 22, 2014
1 parent 8f75f52 commit 5f1f117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/DataHandling/test/LoadMuonNexus1Test.h
Expand Up @@ -659,6 +659,9 @@ class LoadMuonNexus1Test : public CxxTest::TestSuite
checkProperty(run, "dur_secs", std::string("8697"));
checkProperty(run, "nspectra", 32);
checkProperty(run, "goodfrm", 417485);

checkProperty(run, "temperature", 200.0);
checkProperty(run, "magnetic_field", 5.0);
}

template<typename T>
Expand Down

0 comments on commit 5f1f117

Please sign in to comment.