Skip to content

Commit

Permalink
Fixed unit test. Refs #7948.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Oct 29, 2013
1 parent 8083147 commit fd3449b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class SaveGSASInstrumentFileTest : public CxxTest::TestSuite
// dmax changes from tabulated value (2.06) to converted-value (2.05263)
// and thus cause the change of tabulated value in .prm file

TS_ASSERT_EQUALS(veclines[0], "INS 1 ICONS 22748.017 0.000 0.000 0.000 0 0.000");
TS_ASSERT_EQUALS(veclines[0], "INS 1 ICONS 22748.017 0.000 0.000 0.000 0 0.000");
// TS_ASSERT_EQUALS(veclines[1], "INS 1PAB3 2 0.11303 3.91095 0.70362 0.24580");
TS_ASSERT_EQUALS(veclines[1], "INS 1PAB3 2 0.11295 3.90798 0.70397 0.24584");

Expand Down

0 comments on commit fd3449b

Please sign in to comment.