Skip to content

Commit 311896a

Browse files
Set transit service periods for speed tests
1 parent 345c299 commit 311896a

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

src/test/java/org/opentripplanner/transit/speed_test/support/AssertSpeedTestSetup.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public static void assertTestDateHasData(
3434
numberOfPatternForTestDate,
3535
config.testDate,
3636
buildConfig.transitServiceStart,
37-
buildConfig.transitServiceEnd,
3837
OtpFileNames.BUILD_CONFIG_FILENAME,
38+
buildConfig.transitServiceEnd,
3939
OtpFileNames.BUILD_CONFIG_FILENAME
4040
)
4141
);

test/performance/baden-wuerttemberg/build-config.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"transitServiceStart": "2022-01-01",
3+
"transitServiceEnd": "2022-12-31",
24
"osmDefaults": {
35
"osmTagMapping": "germany",
46
"timeZone": "Europe/Berlin"

test/performance/germany/build-config.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"transitServiceStart": "2022-01-01",
3+
"transitServiceEnd": "2022-12-31",
24
"transitFeeds": [
35
{
46
"type": "gtfs",

test/performance/switzerland/build-config.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"transitServiceStart": "2022-01-01",
3+
"transitServiceEnd": "2022-12-31",
24
"osmDefaults": {
35
"osmTagMapping": "germany",
46
"timeZone": "Europe/Berlin"

test/performance/washington-state/build-config.json

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"transitServiceStart": "2022-01-01",
3+
"transitServiceEnd": "2022-12-31",
24
"transitModelTimeZone": "America/Los_Angeles",
35
"transitFeeds": [
46
{

0 commit comments

Comments
 (0)