Skip to content

Commit

Permalink
Re #11035. Re-enable unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Oct 15, 2015
1 parent e531389 commit 23200d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Framework/API/test/CommonBinsValidatorTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class CommonBinsValidatorTest : public CxxTest::TestSuite {
TS_ASSERT_EQUALS(validator.isValid(ws), "");
}

void xtest_zero_length_bins() {
void test_zero_length_bins() {
auto ws = boost::make_shared<WorkspaceTester>();
ws->init(2, 11, 10);
CommonBinsValidator validator;
Expand Down Expand Up @@ -57,4 +57,4 @@ class CommonBinsValidatorTest : public CxxTest::TestSuite {
}
};

#endif /* MANTID_API_COMMONBINSVALIDATORTEST_H_ */
#endif /* MANTID_API_COMMONBINSVALIDATORTEST_H_ */

0 comments on commit 23200d7

Please sign in to comment.