Skip to content
Snippets Groups Projects
Commit a91ddf69 authored by Mathieu Tillet's avatar Mathieu Tillet
Browse files

Updated test to reflect recent changes to nexus structure

parent d732bc35
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,9 @@ public: ...@@ -106,6 +106,9 @@ public:
std::string result = "LoadILLTOF"; std::string result = "LoadILLTOF";
checkLoader(filename, result); checkLoader(filename, result);
filename = "189171.nxs";
checkLoader(filename, result);
} }
void test_loadTOF_IN6() { void test_loadTOF_IN6() {
...@@ -113,6 +116,8 @@ public: ...@@ -113,6 +116,8 @@ public:
std::string result = "LoadILLTOF"; std::string result = "LoadILLTOF";
checkLoader(filename, result); checkLoader(filename, result);
filename = "220010.nxs";
checkLoader(filename, result);
} }
void test_loadTOF_PANTHER() { void test_loadTOF_PANTHER() {
...@@ -120,6 +125,10 @@ public: ...@@ -120,6 +125,10 @@ public:
std::string result = "LoadILLTOF"; std::string result = "LoadILLTOF";
checkLoader(filename, result); checkLoader(filename, result);
filename = "001723.nxs";
checkLoader(filename, result);
} }
void test_loadReflectometry_D17() { void test_loadReflectometry_D17() {
......
3025ec3e0dec5bd946adbdb871baee4e
aa8990ee8b9b67f0cc8441772155dd63
5640a0850f5afa4be7643c999f6756df
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment