Skip to content

Commit

Permalink
Update CheckMantidVersionTest.h
Browse files Browse the repository at this point in the history
removed duplicate comparison

re #12064
  • Loading branch information
NickDraper committed Jul 8, 2015
1 parent 9aa2d21 commit 7479312
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -93,7 +93,6 @@ class CheckMantidVersionTest : public CxxTest::TestSuite {

// Check the results
TS_ASSERT_EQUALS(alg.CurrentVersion,currentVersion);
TS_ASSERT_EQUALS(alg.CurrentVersion,currentVersion);
TS_ASSERT_EQUALS(expectedResult,isNewVersionAvailable);
}

Expand Down Expand Up @@ -135,4 +134,4 @@ class CheckMantidVersionTest : public CxxTest::TestSuite {
};


#endif /* MANTID_DATAHANDLING_CHECKMANTIDVERSIONTEST_H_ */
#endif /* MANTID_DATAHANDLING_CHECKMANTIDVERSIONTEST_H_ */

0 comments on commit 7479312

Please sign in to comment.