Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
frascati
frascati
Commits
9095e7ab
Commit
9095e7ab
authored
Dec 14, 2016
by
seinturi
Browse files
Fix test.
parent
625c46da
Changes
1
Hide whitespace changes
Inline
Side-by-side
tinfi/module/opt-oo/tests-conf-fraclet/src/test/java/org/ow2/frascati/tinfi/SCAIntentControllerTestCase.java
View file @
9095e7ab
...
...
@@ -279,7 +279,7 @@ public class SCAIntentControllerTestCase {
IntentJoinPoint
ijp
=
countItf
.
getLastIntentJoinPoint
();
Interface
itf
=
ijp
.
getInterface
();
String
itfName
=
itf
.
getFcItfName
();
Assert
.
assertEquals
(
"clients
1
"
,
itfName
);
Assert
.
assertEquals
(
"clients
0
"
,
itfName
);
}
@Test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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