pull/26/head
Simon Gockner 6 years ago
commit 064140ea41
  1. 2
      Test.GBase.Client/IntegrationTest.cs

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

Loading…
Cancel
Save