From 7b689d8017adfeb1487e1aaa8badec25fc69dec2 Mon Sep 17 00:00:00 2001
From: Owen Arnold <owen.arnold@stfc.ac.uk>
Date: Wed, 14 Oct 2015 17:51:43 +0100
Subject: [PATCH] refs #13989. Extend tests over both periods.

---
 Framework/DataHandling/test/LoadISISNexusTest.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Framework/DataHandling/test/LoadISISNexusTest.h b/Framework/DataHandling/test/LoadISISNexusTest.h
index 0d5eeb8b543..ca04c5c12bc 100644
--- a/Framework/DataHandling/test/LoadISISNexusTest.h
+++ b/Framework/DataHandling/test/LoadISISNexusTest.h
@@ -756,6 +756,14 @@ public:
       TS_ASSERT_EQUALS("0", extractStringLog(*firstMatrixWS, "measurement_subid"));
       TS_ASSERT_EQUALS("", extractStringLog(*firstMatrixWS, "measurement_label"));
       TS_ASSERT_EQUALS("PNR", extractStringLog(*firstMatrixWS, "measurement_type"));
+
+      auto secondMatrixWS =
+          boost::dynamic_pointer_cast<MatrixWorkspace>(groupWS->getItem(1));
+
+      TS_ASSERT_EQUALS("34", extractStringLog(*secondMatrixWS, "measurement_id"));
+      TS_ASSERT_EQUALS("0", extractStringLog(*secondMatrixWS, "measurement_subid"));
+      TS_ASSERT_EQUALS("", extractStringLog(*secondMatrixWS, "measurement_label"));
+      TS_ASSERT_EQUALS("PNR", extractStringLog(*secondMatrixWS, "measurement_type"));
   }
 };
 
-- 
GitLab