Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
assignment-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
WS-17-18
assignment-tests
Commits
941b79de
Commit
941b79de
authored
Mar 22, 2018
by
Alexander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change port back to original
parent
83c3d044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/final_assignment/task_2/Assignment2TestBase.java
src/final_assignment/task_2/Assignment2TestBase.java
+1
-1
No files found.
src/final_assignment/task_2/Assignment2TestBase.java
View file @
941b79de
...
...
@@ -78,7 +78,7 @@ public class Assignment2TestBase extends TestBase {
System
.
out
.
printf
(
"\n\nYou mastered %.2f %% of the %d tests!%n"
,
percentage
,
sum
);
try
{
Socket
socket
=
new
Socket
(
"vaelum.de"
,
1200
1
);
Socket
socket
=
new
Socket
(
"vaelum.de"
,
1200
0
);
PrintWriter
out
=
new
PrintWriter
(
socket
.
getOutputStream
());
out
.
print
(
"statistics\n"
);
out
.
flush
();
...
...
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