Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WS-17-18
assignment-tests
Commits
90370ea4
Commit
90370ea4
authored
Mar 19, 2018
by
jon fehling
Browse files
remove old no output sequence
parent
c832cc04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/final_assignment/task_1/Assignment1TestBase.java
View file @
90370ea4
...
@@ -61,7 +61,7 @@ public class Assignment1TestBase extends TestBase {
...
@@ -61,7 +61,7 @@ public class Assignment1TestBase extends TestBase {
DummyMain
.
main
(
args
);
DummyMain
.
main
(
args
);
String
output
=
Terminal
.
OUT_TEST
.
poll
();
String
output
=
Terminal
.
OUT_TEST
.
poll
();
if
(
acceptable
)
{
if
(
acceptable
)
{
if
(
output
!=
null
&&
!
output
.
equals
(
">>"
)
)
{
if
(
output
!=
null
)
{
failAndLog
(
"test should have succeeded"
);
failAndLog
(
"test should have succeeded"
);
}
}
}
else
{
}
else
{
...
...
Write
Preview
Markdown
is supported
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