-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Fernando Mendioroz
committed
Aug 9, 2017
1 parent
142dc02
commit 033596d
Showing
5 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
* @author <a href="mailto:[email protected]"> Bartosz Baranowski </a> | ||
*/ | ||
@RunWith(Parameterized.class) | ||
public class SLgSessionBasicSLgFlowTest { | ||
public class SLgSessionBasicFlowTest { | ||
// TODO: add test on replicated nodes ? | ||
private ClientSLg clientNode; | ||
private ServerSLg serverNode1; | ||
|
@@ -64,7 +64,7 @@ public class SLgSessionBasicSLgFlowTest { | |
* // @param node2 | ||
* // @param serverCount | ||
*/ | ||
public SLgSessionBasicSLgFlowTest(String clientConfigUrl, String serverNode1ConfigURL) throws Exception { | ||
public SLgSessionBasicFlowTest(String clientConfigUrl, String serverNode1ConfigURL) throws Exception { | ||
super(); | ||
this.clientConfigURI = new URI(clientConfigUrl); | ||
this.serverNode1ConfigURI = new URI(serverNode1ConfigURL); | ||
|
@@ -201,7 +201,7 @@ public static Collection<Object[]> data() { | |
//String replicatedClient = "configurations/functional-slh/replicated-config-client.xml"; | ||
//String replicatedServer1 = "configurations/functional-slh/replicated-config-server-node1.xml"; | ||
|
||
Class<SLgSessionBasicSLgFlowTest> t = SLgSessionBasicSLgFlowTest.class; | ||
Class<SLgSessionBasicFlowTest> t = SLgSessionBasicFlowTest.class; | ||
client = t.getClassLoader().getResource(client).toString(); | ||
server1 = t.getClassLoader().getResource(server1).toString(); | ||
//replicatedClient = t.getClassLoader().getResource(replicatedClient).toString(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters