@ -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);