From 2a068b50019058772a0cd4aa461f201a816bb688 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <Olivier.Sauter@epfl.ch>
Date: Wed, 6 Oct 2021 14:33:24 +0200
Subject: [PATCH] add test_tcv_get_ids.m to 'tcv' tests, add comments for next
 steps

---
 matlab/tests/test_tcv_get_ids.m | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/matlab/tests/test_tcv_get_ids.m b/matlab/tests/test_tcv_get_ids.m
index f48f9250..e8cb4302 100644
--- a/matlab/tests/test_tcv_get_ids.m
+++ b/matlab/tests/test_tcv_get_ids.m
@@ -1,6 +1,9 @@
-classdef (TestTags={'imas'},SharedTestFixtures={...
+classdef (TestTags={'imas','tcv'},SharedTestFixtures={...
     check_mds,check_gdatpaths})...
     test_tcv_get_ids < matlab.unittest.TestCase
+    % Tests link between TCV data to matlab ids structure and  ids empty structure
+    % The link between ids data to saving on IMAS database, or reading from an IMAS database should be performed
+    %   in another function like test_tcv_put_ids with only 'imas' as TestTags, performed where IMAS is installed
 
   properties(TestParameter)
     shot = {-1,40000,61400};
-- 
GitLab