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
73f6c733
Commit
73f6c733
authored
Dec 14, 2016
by
Lionel Seinturier
Browse files
Fix tests
parent
9095e7ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
tinfi/module/opt-oo/tests-conf-oasis/src/test/java/org/ow2/frascati/tinfi/SCAIntentControllerTestCase.java
View file @
73f6c733
...
...
@@ -329,7 +329,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
...
...
tinfi/module/opt-oo/tests-conf-osoa/src/test/java/org/ow2/frascati/tinfi/SCAIntentControllerTestCase.java
View file @
73f6c733
...
...
@@ -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