8000 More updates to test cases · rpytel1/distributed-algorithms@f80c7da · GitHub
[go: up one dir, main page]

Skip to content

Commit f80c7da

Browse files
author
rpytel1
committed
More updates to test cases
1 parent 6a81071 commit f80c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assignment3/src/assignment3/server/Client2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Client2 {
2626
public static void main(String[] args) throws AlreadyBoundException, NotBoundException, IOException, InterruptedException {
2727

2828
// "clients" files contain the name of the remote processes used
29-
BufferedReader br = new BufferedReader(new FileReader("tests/nodes1.txt"));
29+
BufferedReader br = new BufferedReader(new FileReader("tests/nodes_cr4.txt"));
3030
String line = br.readLine();
3131
numProc = Integer.parseInt(line);
3232
localProc = 0;

0 commit comments

Comments
 (0)
0