GVH: Allow configuration of API base.

This commit is contained in:
Andreas Schildbach 2015-11-04 09:07:21 +01:00
parent 6e03763192
commit 2be92e3845
2 changed files with 8 additions and 4 deletions

View file

@ -42,7 +42,7 @@ public class GvhProviderLiveTest extends AbstractProviderLiveTest
{
public GvhProviderLiveTest()
{
super(new GvhProvider(null));
super(new GvhProvider());
}
@Test