Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SCDDS-core
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SPC
SCDDS
SCDDS-core
Commits
60f3a9b4
Commit
60f3a9b4
authored
5 years ago
by
Cristian Galperti
Browse files
Options
Downloads
Patches
Plain Diff
Ready to be merged into master
parent
e2fc2769
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_expcodes.m
+2
-2
2 additions, 2 deletions
tests/test_expcodes.m
with
2 additions
and
2 deletions
tests/test_expcodes.m
+
2
−
2
View file @
60f3a9b4
...
...
@@ -4,7 +4,7 @@ classdef test_expcodes < matlab.unittest.TestCase
expcode_obj
;
SCDexps
;
end
e
properties
(
MethodSetupParameter
)
expcode_number
=
{
1
,
1005
,
1006
};
% list of expcodes to test
end
...
...
@@ -44,7 +44,7 @@ classdef test_expcodes < matlab.unittest.TestCase
end
function
test_compilation
(
testCase
)
expcode_ignore_compile
=
1006
;
% ignore for now, until fixed
expcode_ignore_compile
=
[
1
,
1005
,
1006
]
;
% ignore for now, until fixed
testCase
.
assumeTrue
(
~
any
(
testCase
.
expcode_obj
.
maincode
==
expcode_ignore_compile
))
node_to_compile
=
'SCD_rtccode_02_02'
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment