Skip to content
Snippets Groups Projects
Commit 6e6a45ec authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

tmp disable ids_tests since they do not work

parent d4e44a5e
No related branches found
No related tags found
1 merge request!4Feature/testsuite
...@@ -13,8 +13,8 @@ addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'tests'))); ...@@ -13,8 +13,8 @@ addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'tests')));
addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'TCV_IMAS'))); addpath(genpath(fullfile(fileparts(mfilename('fullpath')),'TCV_IMAS')));
suite_all = [matlab.unittest.TestSuite.fromClass(?test_requestnames_TCV),... suite_all = [matlab.unittest.TestSuite.fromClass(?test_requestnames_TCV),...
matlab.unittest.TestSuite.fromClass(?test_requestnames_AUG),... matlab.unittest.TestSuite.fromClass(?test_requestnames_AUG)]; %,...
matlab.unittest.TestSuite.fromClass(?test_tcv_get_ids)]; %matlab.unittest.TestSuite.fromClass(?test_tcv_get_ids)];
switch test_case switch test_case
case 'all' case 'all'
......
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