Commit graph

32 commits

Author SHA1 Message Date
Andreas Schildbach
0831d0f8e6 AbstractProviderLiveTest: Use TripOptions in queryTrips() and simplify live tests by passing null to use defaults where appropriate. 2018-11-05 19:57:59 +01:00
Ialokim
79ff93b80f NetworkProvider: queryTrips() now uses a TripOptions field for products, optimize, walkSpeed, accessibilty and options.
The old queryTrips() variant is now deprecated.
2018-11-05 19:57:33 +01:00
Andreas Schildbach
4c8d4af1e1 AbstractProviderLiveTest: Limit result sets so that debug outputs don't get so huge. 2018-10-31 12:17:22 +01:00
Andreas Schildbach
b2875ddd31 Update links in license to use HTTPS. 2018-07-15 16:47:49 +02:00
Andreas Schildbach
931dafb628 Switch to modern code format. Organize imports. No functional changes.
Java sources use Eclipse 4.5 'Java Conventions' with indentation changed to 4 spaces only per level.
2016-09-08 18:26:01 +02:00
Andreas Schildbach
7821c7458d Re-enable SSL certificate validation for live tests. 2016-06-21 14:28:39 +02:00
Andreas Schildbach
2b2bb3a7cc Disable SSL certificate validation for live tests. 2016-06-01 10:00:03 +02:00
Andreas Schildbach
7e172d2aaf Move secrets for live tests into a property file, so missing that file won't fail the build. 2015-12-19 15:28:34 +01:00
Andreas Schildbach
f4974bc8f2 EFA: Trip optimization for least duration, least changes or least walking. 2015-06-06 00:36:27 +02:00
Andreas Schildbach
5b3ceed733 Apply @Nullable annotation to NetworkProvider methods and DTOs. 2015-02-17 17:52:28 +01:00
Andreas Schildbach
cd5841cf0f Add debug code to AbstractProviderLiveTest. 2015-02-10 13:43:42 +01:00
Andreas Schildbach
0a571554c5 Change NetworkProvider.queryTrips() signature to accept a Set of products rather than a Collection. 2015-02-02 10:49:32 +01:00
Andreas Schildbach
8df79805d0 Rename .queryNearbyStations() to .queryNearbyLocations() and make it find POIs too. 2015-02-02 10:41:12 +01:00
Andreas Schildbach
55d41dfd69 Add missing query wrappers in AbstractProviderLiveTest. 2015-01-21 12:58:21 +01:00
Andreas Schildbach
06a0d12b0f Update year of copyright. 2015-01-01 01:52:27 +01:00
Andreas Schildbach
7a467473b9 Disable useProxFootSearch generally for VRR. 2014-09-18 10:43:01 +02:00
Andreas Schildbach
6a71482d15 Hafas xmlStationBoard to support equivs. 2014-09-18 10:43:01 +02:00
Andreas Schildbach
6e2aa29eca Allow specifying time when querying for departures. 2014-09-05 20:06:35 +02:00
Andreas Schildbach
ca3fb061a6 Homogenize output of test results. 2014-08-14 23:51:03 +02:00
Andreas Schildbach
68989ec451 Sort suggested locations by hit quality. 2014-07-24 11:59:11 +02:00
Andreas Schildbach
00b0f014ca Rename NetworkProvider.autocompleteStations() to .suggestLocations() and change return type to SuggestLocationsResult. 2014-07-09 16:42:14 +02:00
Andreas Schildbach
1b987a6b72 Remove Location.toDebugString(), use toString() instead. 2014-05-15 15:25:41 +02:00
Andreas Schildbach
8f201d4b1f Raise default number of requested trips to 6 2014-01-20 17:28:29 +01:00
Andreas Schildbach
23489327b1 Update year of copyright 2014-01-12 00:44:10 +01:00
Andreas Schildbach
2852aedbd5 rename Connection to Trip 2013-06-20 12:29:25 +02:00
Andreas Schildbach
29f719db5a use Product enum in queryConnections() 2013-03-15 10:13:35 +01:00
Andreas Schildbach
36ff83f79c update year of copyright 2013-01-01 13:46:57 +01:00
Andreas Schildbach
e3b7215b37 connection query option for bicycle carriage 2012-06-24 20:21:34 +02:00
Andreas Schildbach
b7cbeff9de AbstractProviderLiveTest holds reference to provider 2012-03-20 18:35:49 +01:00
Andreas Schildbach
d254923b77 parameter for number of connections to query 2012-03-20 17:58:01 +01:00
Andreas Schildbach
4db44b1630 adjust year of copyright 2012-03-12 14:15:41 +01:00
Andreas Schildbach
f80bba6934 sub-project for enabler 2012-02-23 14:03:41 +01:00
Renamed from test/de/schildbach/pte/live/AbstractProviderLiveTest.java (Browse further)