append special query parameter

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@530 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-03-09 20:07:24 +00:00
parent 28d7ed0c7d
commit 4b01252c71
3 changed files with 28 additions and 7 deletions

View file

@ -34,7 +34,7 @@ import de.schildbach.pte.dto.QueryConnectionsResult;
*/
public class GvhProviderLiveTest
{
private final GvhProvider provider = new GvhProvider();
private final GvhProvider provider = new GvhProvider(null);
private static final String ALL_PRODUCTS = "IRSUTBFC";
@Test