|
|
|
@ -17,6 +17,8 @@ namespace Test.GBase.Client |
|
|
|
[Test] |
|
|
|
[Test] |
|
|
|
public void CheckBasicConnectionWithServer() |
|
|
|
public void CheckBasicConnectionWithServer() |
|
|
|
{ |
|
|
|
{ |
|
|
|
|
|
|
|
Assert.Pass(); //Remove this assert if you want to run the test, not possible to with CI |
|
|
|
|
|
|
|
|
|
|
|
IGBaseClientSettings settings = |
|
|
|
IGBaseClientSettings settings = |
|
|
|
new GBaseClientSettings(ServerProtocol.Http, IPAddress.Parse("127.0.0.1"), 8080, "/GBase", "/GBaseTable", "/GBaseEntry"); |
|
|
|
new GBaseClientSettings(ServerProtocol.Http, IPAddress.Parse("127.0.0.1"), 8080, "/GBase", "/GBaseTable", "/GBaseEntry"); |
|
|
|
IGBaseClient client = new GBaseClient(settings); |
|
|
|
IGBaseClient client = new GBaseClient(settings); |
|
|
|
|