Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
b172a05a
Commit
b172a05a
authored
Jul 02, 2013
by
Daniel Ratiu
Browse files
removed meaningless test
parent
f993c040
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.state/trunk/test-src/test/org/fortiss/af3/state/services/ConnectionCompositorServiceTest.java
View file @
b172a05a
...
...
@@ -61,9 +61,6 @@ public class ConnectionCompositorServiceTest extends CompositorServiceTestModel
// two subcomponents of different components can't be connected
assertFalse
(
compositor
.
canConnect
(
atomicCompA1
,
atomicCompB2
,
null
,
null
));
// two states of different automata can't be connected
assertFalse
(
compositor
.
canConnect
(
stateA1
,
stateB1
,
null
,
null
));
// automaton and automaton can't be connected
assertFalse
(
compositor
.
canConnect
(
automatonA
,
automatonB
,
null
,
null
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment