Skip to content

Commit

Permalink
Re #11035. Fixed test in DataObjects.
Browse files Browse the repository at this point in the history
  • Loading branch information
mantid-roman committed Oct 14, 2015
1 parent 07699c3 commit 82b0a44
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Framework/DataObjects/test/WorkspaceValidatorsTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
#define WORKSPACEVALIDATORSTEST_H_

#include <cxxtest/TestSuite.h>
#include "MantidAPI/WorkspaceValidators.h"
#include "MantidAPI/CommonBinsValidator.h"
#include "MantidAPI/HistogramValidator.h"
#include "MantidAPI/InstrumentValidator.h"
#include "MantidAPI/RawCountValidator.h"
#include "MantidAPI/SampleValidator.h"
#include "MantidAPI/WorkspaceUnitValidator.h"
#include "MantidAPI/WorkspaceProperty.h"
#include "MantidKernel/Material.h"
#include "MantidKernel/NeutronAtom.h"
Expand Down

0 comments on commit 82b0a44

Please sign in to comment.