mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19:35 +02:00
BVG: update API endpoint, add new integration test fixtures ✅
related: https://github.com/schildbach/public-transport-enabler/issues/418 & https://github.com/alexander-albers/tripkit/issues/48
This reverts 3f75e07
.
This commit is contained in:
parent
601164de21
commit
f41b8ac464
101 changed files with 2026 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
"v": "6020000",
|
"v": "6020000",
|
||||||
"name": "FahrInfo"
|
"name": "FahrInfo"
|
||||||
},
|
},
|
||||||
"endpoint": "https://bvg.hafas.cloud/bin/mgate.exe",
|
"endpoint": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
"ext": "BVG.1",
|
"ext": "BVG.1",
|
||||||
"ver": "1.44",
|
"ver": "1.44",
|
||||||
"defaultLanguage": "de"
|
"defaultLanguage": "de"
|
||||||
|
|
1
test/e2e/fixtures/00141097fd64006fbf605e2d2f5c089b
vendored
Normal file
1
test/e2e/fixtures/00141097fd64006fbf605e2d2f5c089b
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/00141097fd64006fbf605e2d2f5c089b.headers
vendored
Normal file
37
test/e2e/fixtures/00141097fd64006fbf605e2d2f5c089b.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:35 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "4869",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 753,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas374dc254b14d-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"737"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346
vendored
Normal file
1
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346.headers
vendored
Normal file
37
test/e2e/fixtures/0269f83393b2fc5978b926ad437b1346.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:49 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "1861",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1676,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-374dc254b14dtransport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"402"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/1857afaf4e6ba5766637df72e6092b81
vendored
Normal file
7
test/e2e/fixtures/1857afaf4e6ba5766637df72e6092b81
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/1857afaf4e6ba5766637df72e6092b81.headers
vendored
Normal file
36
test/e2e/fixtures/1857afaf4e6ba5766637df72e6092b81.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:48 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 164,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-t374dc254b14dransport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"355"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/18fd69c94d7145075cda6960e6577690
vendored
Normal file
1
test/e2e/fixtures/18fd69c94d7145075cda6960e6577690
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/18fd69c94d7145075cda6960e6577690.headers
vendored
Normal file
37
test/e2e/fixtures/18fd69c94d7145075cda6960e6577690.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:41 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2416",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 287,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publ374dc254b14dic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"612"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/1a2232d319d160b6ac8b9346b003f276
vendored
Normal file
1
test/e2e/fixtures/1a2232d319d160b6ac8b9346b003f276
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/1a2232d319d160b6ac8b9346b003f276.headers
vendored
Normal file
37
test/e2e/fixtures/1a2232d319d160b6ac8b9346b003f276.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:48 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2393",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1173,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-t374dc254b14dransport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"355"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/1a2f6b5678598c9ce956d45711716130
vendored
Normal file
7
test/e2e/fixtures/1a2f6b5678598c9ce956d45711716130
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/1a2f6b5678598c9ce956d45711716130.headers
vendored
Normal file
36
test/e2e/fixtures/1a2f6b5678598c9ce956d45711716130.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:46 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 165,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport374dc254b14d/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"782"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/1a70b240168320e00dac493702592303
vendored
Normal file
1
test/e2e/fixtures/1a70b240168320e00dac493702592303
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/1a70b240168320e00dac493702592303.headers
vendored
Normal file
37
test/e2e/fixtures/1a70b240168320e00dac493702592303.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:48 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2262",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 270,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/haf374dc254b14das-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"354"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/1c2ed1823b82faeb176a3387f1c1c7c7
vendored
Normal file
7
test/e2e/fixtures/1c2ed1823b82faeb176a3387f1c1c7c7
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/1c2ed1823b82faeb176a3387f1c1c7c7.headers
vendored
Normal file
36
test/e2e/fixtures/1c2ed1823b82faeb176a3387f1c1c7c7.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:47 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 168,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/haf374dc254b14das-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"354"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/1ea354e65c3532585e6e63c03a0b2dc2
vendored
Normal file
7
test/e2e/fixtures/1ea354e65c3532585e6e63c03a0b2dc2
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/1ea354e65c3532585e6e63c03a0b2dc2.headers
vendored
Normal file
36
test/e2e/fixtures/1ea354e65c3532585e6e63c03a0b2dc2.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:56 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 153,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-cli374dc254b14dent:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"471"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/1fba74c958c7e6384b4004061295466c
vendored
Normal file
1
test/e2e/fixtures/1fba74c958c7e6384b4004061295466c
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/1fba74c958c7e6384b4004061295466c.headers
vendored
Normal file
37
test/e2e/fixtures/1fba74c958c7e6384b4004061295466c.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:57 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "5331",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1226,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-client:t374dc254b14dest"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"454"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/225f006509e4a9a81a0179ce817d3432
vendored
Normal file
1
test/e2e/fixtures/225f006509e4a9a81a0179ce817d3432
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/225f006509e4a9a81a0179ce817d3432.headers
vendored
Normal file
37
test/e2e/fixtures/225f006509e4a9a81a0179ce817d3432.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:36 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "4377",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 705,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"pub374dc254b14dlic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"737"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/276affbbd508beaa1daf33f9e4bee9e0
vendored
Normal file
7
test/e2e/fixtures/276affbbd508beaa1daf33f9e4bee9e0
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/276affbbd508beaa1daf33f9e4bee9e0.headers
vendored
Normal file
36
test/e2e/fixtures/276affbbd508beaa1daf33f9e4bee9e0.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:37 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 165,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-cl374dc254b14dient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/296e3c14bc83cd6acd1c05d840947d09
vendored
Normal file
1
test/e2e/fixtures/296e3c14bc83cd6acd1c05d840947d09
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/296e3c14bc83cd6acd1c05d840947d09.headers
vendored
Normal file
37
test/e2e/fixtures/296e3c14bc83cd6acd1c05d840947d09.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:42 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2576",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1854,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publ374dc254b14dic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/31b697f616ba0776c3741c09d24cce76
vendored
Normal file
7
test/e2e/fixtures/31b697f616ba0776c3741c09d24cce76
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/31b697f616ba0776c3741c09d24cce76.headers
vendored
Normal file
36
test/e2e/fixtures/31b697f616ba0776c3741c09d24cce76.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:41 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 232,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publ374dc254b14dic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"612"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/3480cb157525d5f52deabe3fe686a200
vendored
Normal file
7
test/e2e/fixtures/3480cb157525d5f52deabe3fe686a200
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/3480cb157525d5f52deabe3fe686a200.headers
vendored
Normal file
36
test/e2e/fixtures/3480cb157525d5f52deabe3fe686a200.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:52 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 191,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tran374dc254b14dsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/3c207321ad8a0adb54ecf4b679d0f4ba
vendored
Normal file
1
test/e2e/fixtures/3c207321ad8a0adb54ecf4b679d0f4ba
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/3c207321ad8a0adb54ecf4b679d0f4ba.headers
vendored
Normal file
37
test/e2e/fixtures/3c207321ad8a0adb54ecf4b679d0f4ba.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:56 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "47768",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1311,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-cli374dc254b14dent:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"471"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/3f9a958bc17574a6d0b01c679ecc0d9f
vendored
Normal file
7
test/e2e/fixtures/3f9a958bc17574a6d0b01c679ecc0d9f
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/3f9a958bc17574a6d0b01c679ecc0d9f.headers
vendored
Normal file
36
test/e2e/fixtures/3f9a958bc17574a6d0b01c679ecc0d9f.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:35 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 328,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas374dc254b14d-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"737"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/40b09b827ba02adff9b1c6bca6fab486
vendored
Normal file
1
test/e2e/fixtures/40b09b827ba02adff9b1c6bca6fab486
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/40b09b827ba02adff9b1c6bca6fab486.headers
vendored
Normal file
37
test/e2e/fixtures/40b09b827ba02adff9b1c6bca6fab486.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:39 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3762",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 616,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/374dc254b14dhafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"842"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/43ed54b174858cb013d6117d09b908b1
vendored
Normal file
1
test/e2e/fixtures/43ed54b174858cb013d6117d09b908b1
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/43ed54b174858cb013d6117d09b908b1.headers
vendored
Normal file
37
test/e2e/fixtures/43ed54b174858cb013d6117d09b908b1.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:52 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2907",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 365,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public374dc254b14d-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/470c6065caf207fce03c60317fe38f87
vendored
Normal file
1
test/e2e/fixtures/470c6065caf207fce03c60317fe38f87
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/470c6065caf207fce03c60317fe38f87.headers
vendored
Normal file
37
test/e2e/fixtures/470c6065caf207fce03c60317fe38f87.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:40 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3155",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 332,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-client:tes374dc254b14dt"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/4b5f5ff175572e40c0f550cecc9563dd
vendored
Normal file
7
test/e2e/fixtures/4b5f5ff175572e40c0f550cecc9563dd
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/4b5f5ff175572e40c0f550cecc9563dd.headers
vendored
Normal file
36
test/e2e/fixtures/4b5f5ff175572e40c0f550cecc9563dd.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:36 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 150,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"pub374dc254b14dlic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"737"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/5a36e0d5d0e6cf2ce25c2d0fd1789428
vendored
Normal file
7
test/e2e/fixtures/5a36e0d5d0e6cf2ce25c2d0fd1789428
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/5a36e0d5d0e6cf2ce25c2d0fd1789428.headers
vendored
Normal file
36
test/e2e/fixtures/5a36e0d5d0e6cf2ce25c2d0fd1789428.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:52 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 161,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public374dc254b14d-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/6f61f998f37aa309fe8ef6b671c88f63
vendored
Normal file
7
test/e2e/fixtures/6f61f998f37aa309fe8ef6b671c88f63
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/6f61f998f37aa309fe8ef6b671c88f63.headers
vendored
Normal file
36
test/e2e/fixtures/6f61f998f37aa309fe8ef6b671c88f63.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:54 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 142,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publi374dc254b14dc-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"354"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/704346d8300be5bb5808598d2e626323
vendored
Normal file
1
test/e2e/fixtures/704346d8300be5bb5808598d2e626323
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/704346d8300be5bb5808598d2e626323.headers
vendored
Normal file
37
test/e2e/fixtures/704346d8300be5bb5808598d2e626323.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:54 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2992",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 310,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publi374dc254b14dc-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"354"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/796fc6831473b8be05cdb1a3b6bf9a1b
vendored
Normal file
1
test/e2e/fixtures/796fc6831473b8be05cdb1a3b6bf9a1b
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/796fc6831473b8be05cdb1a3b6bf9a1b.headers
vendored
Normal file
37
test/e2e/fixtures/796fc6831473b8be05cdb1a3b6bf9a1b.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:47 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "5037",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 735,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport374dc254b14d/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"782"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/7ac289e720f568cd1bee8cc5beb535b6
vendored
Normal file
7
test/e2e/fixtures/7ac289e720f568cd1bee8cc5beb535b6
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/7ac289e720f568cd1bee8cc5beb535b6.headers
vendored
Normal file
36
test/e2e/fixtures/7ac289e720f568cd1bee8cc5beb535b6.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:55 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 152,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport374dc254b14d/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"296"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/80c2b4cebd06eab7e061d22b04682187
vendored
Normal file
1
test/e2e/fixtures/80c2b4cebd06eab7e061d22b04682187
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/80c2b4cebd06eab7e061d22b04682187.headers
vendored
Normal file
37
test/e2e/fixtures/80c2b4cebd06eab7e061d22b04682187.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:44 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3302",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 1176,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tra374dc254b14dnsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"827"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/8337f682a11b2e60d6618f99c51c0db5
vendored
Normal file
1
test/e2e/fixtures/8337f682a11b2e60d6618f99c51c0db5
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/8337f682a11b2e60d6618f99c51c0db5.headers
vendored
Normal file
37
test/e2e/fixtures/8337f682a11b2e60d6618f99c51c0db5.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:55 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "1913",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 236,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport374dc254b14d/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"296"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/84c8628a46333c18d736951b78bd58b3
vendored
Normal file
7
test/e2e/fixtures/84c8628a46333c18d736951b78bd58b3
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/84c8628a46333c18d736951b78bd58b3.headers
vendored
Normal file
36
test/e2e/fixtures/84c8628a46333c18d736951b78bd58b3.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:39 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 161,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/374dc254b14dhafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"842"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/84effcc898144e8219b4ab520ee4263e
vendored
Normal file
7
test/e2e/fixtures/84effcc898144e8219b4ab520ee4263e
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/84effcc898144e8219b4ab520ee4263e.headers
vendored
Normal file
36
test/e2e/fixtures/84effcc898144e8219b4ab520ee4263e.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:41 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 177,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"publ374dc254b14dic-transport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/8f72433bffea34953147c4f8e61e87d9
vendored
Normal file
1
test/e2e/fixtures/8f72433bffea34953147c4f8e61e87d9
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/8f72433bffea34953147c4f8e61e87d9.headers
vendored
Normal file
37
test/e2e/fixtures/8f72433bffea34953147c4f8e61e87d9.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:38 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3567",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 710,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/haf374dc254b14das-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"842"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/9092f3bc8daa928ba3d1e040d5b99d6a
vendored
Normal file
7
test/e2e/fixtures/9092f3bc8daa928ba3d1e040d5b99d6a
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/9092f3bc8daa928ba3d1e040d5b99d6a.headers
vendored
Normal file
36
test/e2e/fixtures/9092f3bc8daa928ba3d1e040d5b99d6a.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:40 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 155,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tran374dc254b14dsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/9a5978f25b844dbb9dc2979b76326759
vendored
Normal file
7
test/e2e/fixtures/9a5978f25b844dbb9dc2979b76326759
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/9a5978f25b844dbb9dc2979b76326759.headers
vendored
Normal file
36
test/e2e/fixtures/9a5978f25b844dbb9dc2979b76326759.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:51 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 170,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/ha374dc254b14dfas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/9dd4429a143e98637e6e58f324f27246
vendored
Normal file
1
test/e2e/fixtures/9dd4429a143e98637e6e58f324f27246
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/9dd4429a143e98637e6e58f324f27246.headers
vendored
Normal file
37
test/e2e/fixtures/9dd4429a143e98637e6e58f324f27246.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:40 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3075",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 803,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tran374dc254b14dsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/a52cc344d47c0e6c6f43fa8e7bd478c6
vendored
Normal file
1
test/e2e/fixtures/a52cc344d47c0e6c6f43fa8e7bd478c6
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/a52cc344d47c0e6c6f43fa8e7bd478c6.headers
vendored
Normal file
37
test/e2e/fixtures/a52cc344d47c0e6c6f43fa8e7bd478c6.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:52 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2917",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 267,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tran374dc254b14dsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/a8dce64866d92e492c0188b8c62c769f
vendored
Normal file
7
test/e2e/fixtures/a8dce64866d92e492c0188b8c62c769f
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/a8dce64866d92e492c0188b8c62c769f.headers
vendored
Normal file
36
test/e2e/fixtures/a8dce64866d92e492c0188b8c62c769f.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:55 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 152,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-client:tes374dc254b14dt"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"241"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/a9d52db288413dfe66f0f5ce74fc973a
vendored
Normal file
7
test/e2e/fixtures/a9d52db288413dfe66f0f5ce74fc973a
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/a9d52db288413dfe66f0f5ce74fc973a.headers
vendored
Normal file
36
test/e2e/fixtures/a9d52db288413dfe66f0f5ce74fc973a.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:54 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 139,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-c374dc254b14dlient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"386"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/aeef575418424c22b1d788c3646cdf16
vendored
Normal file
1
test/e2e/fixtures/aeef575418424c22b1d788c3646cdf16
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/aeef575418424c22b1d788c3646cdf16.headers
vendored
Normal file
37
test/e2e/fixtures/aeef575418424c22b1d788c3646cdf16.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:51 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2907",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 437,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/ha374dc254b14dfas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"284"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/b04a52fbb0310ac8eedb40b84e17ed7d
vendored
Normal file
7
test/e2e/fixtures/b04a52fbb0310ac8eedb40b84e17ed7d
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/b04a52fbb0310ac8eedb40b84e17ed7d.headers
vendored
Normal file
36
test/e2e/fixtures/b04a52fbb0310ac8eedb40b84e17ed7d.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:49 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 153,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-374dc254b14dtransport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"402"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/b0d024734591f3b72aec341b4a2ad801
vendored
Normal file
1
test/e2e/fixtures/b0d024734591f3b72aec341b4a2ad801
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/b0d024734591f3b72aec341b4a2ad801.headers
vendored
Normal file
37
test/e2e/fixtures/b0d024734591f3b72aec341b4a2ad801.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:54 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "2023",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 322,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transpor374dc254b14dt/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"353"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/c3162a8d5495100b2c6eaa5a207d5a4a
vendored
Normal file
1
test/e2e/fixtures/c3162a8d5495100b2c6eaa5a207d5a4a
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/c3162a8d5495100b2c6eaa5a207d5a4a.headers
vendored
Normal file
37
test/e2e/fixtures/c3162a8d5495100b2c6eaa5a207d5a4a.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:37 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3743",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 722,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-cl374dc254b14dient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"738"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/c3fc3ef313415a82904682b2d0c87b73
vendored
Normal file
7
test/e2e/fixtures/c3fc3ef313415a82904682b2d0c87b73
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/c3fc3ef313415a82904682b2d0c87b73.headers
vendored
Normal file
36
test/e2e/fixtures/c3fc3ef313415a82904682b2d0c87b73.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:44 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 154,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-tra374dc254b14dnsport/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"827"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/cc4402a917038389de917b85c711b725
vendored
Normal file
7
test/e2e/fixtures/cc4402a917038389de917b85c711b725
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/cc4402a917038389de917b85c711b725.headers
vendored
Normal file
36
test/e2e/fixtures/cc4402a917038389de917b85c711b725.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:57 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 156,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-client:t374dc254b14dest"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"454"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/cc93f9df079aa00acc83223632ff1c20
vendored
Normal file
1
test/e2e/fixtures/cc93f9df079aa00acc83223632ff1c20
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"ver":"1.44","ext":"BVG.1","lang":"deu","id":"q94cmk4wm43vwi4s","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocGeoPos","err":"OK","res":{"common":{"prodL":[{"pid":"L::1::U::B3041857784::U_3041857784_U7::*","name":"U7","nameS":"U7","icoX":0,"cls":2,"prodCtx":{"name":"U7","line":"U7","lineId":"U7","catOut":"U ","catOutS":"U","catOutL":"U "},"himIdL":["HIM_FREETEXT_45531","HIM_FREETEXT_47848","HIM_FREETEXT_97849"]},{"pid":"L::1::U::B3041857784::U_3041857784_U9::*","name":"U9","nameS":"U9","icoX":0,"cls":2,"prodCtx":{"name":"U9","line":"U9","lineId":"U9","catOut":"U ","catOutS":"U","catOutL":"U "},"himIdL":["HIM_FREETEXT_48275"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_104::*","name":"104","nameS":"104","icoX":1,"cls":8,"prodCtx":{"name":"104","line":"104","lineId":"104","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_19909","HIM_FREETEXT_19910","HIM_FREETEXT_44151","HIM_FREETEXT_44152"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N7::*","name":"N7","nameS":"N7","icoX":1,"cls":8,"prodCtx":{"name":"N7","line":"N7","lineId":"N7","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_9706","HIM_FREETEXT_15379","HIM_FREETEXT_18232","HIM_FREETEXT_26173","HIM_FREETEXT_34879","HIM_FREETEXT_43714","HIM_FREETEXT_43712","HIM_FREETEXT_43713"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N7X::*","name":"N7X","nameS":"N7X","icoX":1,"cls":8,"prodCtx":{"name":"N7X","line":"N7X","lineId":"N7X","catOut":"Bus ","catOutS":"B","catOutL":"Bus "}},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N9::*","name":"N9","nameS":"N9","icoX":1,"cls":8,"prodCtx":{"name":"N9","line":"N9","lineId":"N9","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_43094"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N42::*","name":"N42","nameS":"N42","icoX":1,"cls":8,"prodCtx":{"name":"N42","line":"N42","lineId":"N42","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_10618","HIM_FREETEXT_10619","HIM_FREETEXT_14000","HIM_FREETEXT_14393","HIM_FREETEXT_19909","HIM_FREETEXT_19910","HIM_FREETEXT_34741","HIM_FREETEXT_34738","HIM_FREETEXT_44151","HIM_FREETEXT_44152","HIM_FREETEXT_44734"]}],"icoL":[{"res":"prod_sub_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":0,"g":51,"b":153}},{"res":"prod_bus_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":153,"g":51,"b":153}}]},"locL":[{"lid":"A=1@O=U Berliner Str. (Berlin)@X=13331317@Y=52487214@u=24@U=86@L=900044201@","type":"S","name":"U Berliner Str. (Berlin)","icoX":0,"extId":"900044201","state":"F","crd":{"x":13331317,"y":52487214,"floor":0},"pCls":10,"pRefL":[0,1,2,3,4,5,6],"wt":12628,"dist":24,"dur":148,"gidL":["A×de:11000:900044201"],"TZOffset":60,"chgTime":"000300"},{"lid":"A=1@O=Landhausstr. (Berlin)@X=13328522@Y=52486846@u=179@U=86@L=900043252@","type":"S","name":"Landhausstr. (Berlin)","icoX":1,"extId":"900043252","state":"F","crd":{"x":13328522,"y":52486846,"floor":0},"pCls":8,"pRefL":[2,3,6],"wt":753,"dist":179,"dur":334,"gidL":["A×de:11000:900043252"],"TZOffset":60,"chgTime":"000300"},{"lid":"A=1@O=Kufsteiner Str. (Berlin)@X=13336621@Y=52485821@u=414@U=86@L=900044204@","type":"S","name":"Kufsteiner Str. (Berlin)","icoX":1,"extId":"900044204","state":"F","crd":{"x":13336621,"y":52485821,"floor":0},"pCls":8,"pRefL":[2,4,6],"wt":753,"dist":414,"dur":616,"gidL":["A×de:11000:900044204"],"TZOffset":60,"chgTime":"000300"},{"lid":"A=1@O=U Güntzelstr. (Berlin)@X=13331084@Y=52491970@u=514@U=86@L=900043201@","type":"S","name":"U Güntzelstr. (Berlin)","icoX":0,"extId":"900043201","state":"F","crd":{"x":13331084,"y":52491970,"floor":0},"pCls":10,"pRefL":[1,4,5],"wt":11049,"dist":514,"dur":736,"gidL":["A×de:11000:900043201"],"TZOffset":60,"chgTime":"000300"}]}}]}
|
37
test/e2e/fixtures/cc93f9df079aa00acc83223632ff1c20.headers
vendored
Normal file
37
test/e2e/fixtures/cc93f9df079aa00acc83223632ff1c20.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:54 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "1047",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 240,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-c374dc254b14dlient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"386"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/cddd2348638b6847821ac3bf34d07a43
vendored
Normal file
7
test/e2e/fixtures/cddd2348638b6847821ac3bf34d07a43
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/cddd2348638b6847821ac3bf34d07a43.headers
vendored
Normal file
36
test/e2e/fixtures/cddd2348638b6847821ac3bf34d07a43.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:45 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 143,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-c374dc254b14dlient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"847"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/d723bc9789c77346edb8bcf283c9f0d2
vendored
Normal file
1
test/e2e/fixtures/d723bc9789c77346edb8bcf283c9f0d2
vendored
Normal file
File diff suppressed because one or more lines are too long
37
test/e2e/fixtures/d723bc9789c77346edb8bcf283c9f0d2.headers
vendored
Normal file
37
test/e2e/fixtures/d723bc9789c77346edb8bcf283c9f0d2.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:45 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "3310",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 932,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-c374dc254b14dlient:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"847"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
1
test/e2e/fixtures/dd9e3d9407ba2ba35ddfe716294f28d2
vendored
Normal file
1
test/e2e/fixtures/dd9e3d9407ba2ba35ddfe716294f28d2
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{"ver":"1.44","ext":"BVG.1","lang":"deu","id":"c7m8kkk8mw2vgwck","err":"OK","graph":{"id":"standard","index":0},"subGraph":{"id":"global","index":0},"view":{"id":"standard","index":0,"type":"WGS84"},"svcResL":[{"meth":"LocDetails","err":"OK","res":{"common":{"prodL":[{"pid":"L::1::U::B3041857784::U_3041857784_U2::*","name":"U2","nameS":"U2","icoX":0,"cls":2,"prodCtx":{"name":"U2","line":"U2","lineId":"U2","catOut":"U ","catOutS":"U","catOutL":"U "},"himIdL":["HIM_FREETEXT_41962","HIM_FREETEXT_26792","HIM_FREETEXT_45531","HIM_FREETEXT_48278"]},{"pid":"L::1::U::B3041857784::U_3041857784_U3::*","name":"U3","nameS":"U3","icoX":0,"cls":2,"prodCtx":{"name":"U3","line":"U3","lineId":"U3","catOut":"U ","catOutS":"U","catOutL":"U "},"himIdL":["HIM_FREETEXT_41962","HIM_FREETEXT_26792"]},{"pid":"L::1::U::B3041857784::U_3041857784_U9::*","name":"U9","nameS":"U9","icoX":0,"cls":2,"prodCtx":{"name":"U9","line":"U9","lineId":"U9","catOut":"U ","catOutS":"U","catOutL":"U "},"himIdL":["HIM_FREETEXT_48275"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_204::*","name":"204","nameS":"204","icoX":1,"cls":8,"prodCtx":{"name":"204","line":"204","lineId":"204","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_28736","HIM_FREETEXT_28740","HIM_FREETEXT_28738","HIM_FREETEXT_34750","HIM_FREETEXT_28739","HIM_FREETEXT_34749"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N3::*","name":"N3","nameS":"N3","icoX":1,"cls":8,"prodCtx":{"name":"N3","line":"N3","lineId":"N3","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_48118","HIM_FREETEXT_48120","HIM_FREETEXT_48119"]},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N7X::*","name":"N7X","nameS":"N7X","icoX":1,"cls":8,"prodCtx":{"name":"N7X","line":"N7X","lineId":"N7X","catOut":"Bus ","catOutS":"B","catOutL":"Bus "}},{"pid":"L::3::Bus::B3041857784::Bus_3041857784_N9::*","name":"N9","nameS":"N9","icoX":1,"cls":8,"prodCtx":{"name":"N9","line":"N9","lineId":"N9","catOut":"Bus ","catOutS":"B","catOutL":"Bus "},"himIdL":["HIM_FREETEXT_43094"]}],"icoL":[{"res":"prod_sub_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":0,"g":51,"b":153}},{"res":"prod_bus_t","fg":{"r":255,"g":255,"b":255},"bg":{"r":153,"g":51,"b":153}}]},"locL":[{"lid":"A=1@O=U Spichernstr. (Berlin)@X=13330616@Y=52496581@U=86@L=900042101@","type":"S","name":"U Spichernstr. (Berlin)","icoX":0,"extId":"900042101","state":"F","crd":{"x":13330616,"y":52496581,"floor":0},"pCls":10,"pRefL":[0,1,2,3,4,5,6],"gidL":["A×de:11000:900042101"],"TZOffset":60,"chgTime":"000300"}]}}]}
|
37
test/e2e/fixtures/dd9e3d9407ba2ba35ddfe716294f28d2.headers
vendored
Normal file
37
test/e2e/fixtures/dd9e3d9407ba2ba35ddfe716294f28d2.headers
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
{
|
||||||
|
"statusCode": 200,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:55 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"content-length": "781",
|
||||||
|
"access-control-allow-origin": "*",
|
||||||
|
"access-control-allow-headers": "*",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "application/json; charset=utf-8"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps-ext.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 223,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/hafas-client:tes374dc254b14dt"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"241"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/ea95e28e7dd5c16054d4f6c0eea6dba5
vendored
Normal file
7
test/e2e/fixtures/ea95e28e7dd5c16054d4f6c0eea6dba5
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/ea95e28e7dd5c16054d4f6c0eea6dba5.headers
vendored
Normal file
36
test/e2e/fixtures/ea95e28e7dd5c16054d4f6c0eea6dba5.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:38 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 148,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transport/haf374dc254b14das-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"842"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/f46adea22903462c97727124622873c4
vendored
Normal file
7
test/e2e/fixtures/f46adea22903462c97727124622873c4
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
36
test/e2e/fixtures/f46adea22903462c97727124622873c4.headers
vendored
Normal file
36
test/e2e/fixtures/f46adea22903462c97727124622873c4.headers
vendored
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"statusCode": 307,
|
||||||
|
"headers": {
|
||||||
|
"date": "Mon, 08 Nov 2021 13:14:53 GMT",
|
||||||
|
"server": "Apache",
|
||||||
|
"location": "https://bvg-apps-ext.hafas.de/bin/mgate.exe?",
|
||||||
|
"content-length": "254",
|
||||||
|
"connection": "close",
|
||||||
|
"content-type": "text/html; charset=iso-8859-1"
|
||||||
|
},
|
||||||
|
"url": "https://bvg-apps.hafas.de/bin/mgate.exe",
|
||||||
|
"time": 868,
|
||||||
|
"request": {
|
||||||
|
"method": "POST",
|
||||||
|
"headers": {
|
||||||
|
"Content-Type": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"Accept-Encoding": [
|
||||||
|
"gzip, br, deflate"
|
||||||
|
],
|
||||||
|
"Accept": [
|
||||||
|
"application/json"
|
||||||
|
],
|
||||||
|
"user-agent": [
|
||||||
|
"public-transpor374dc254b14dt/hafas-client:test"
|
||||||
|
],
|
||||||
|
"Content-Length": [
|
||||||
|
"353"
|
||||||
|
],
|
||||||
|
"Connection": [
|
||||||
|
"close"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
test/e2e/fixtures/fe6de2e31b376085cbf2febe987c2d84
vendored
Normal file
7
test/e2e/fixtures/fe6de2e31b376085cbf2febe987c2d84
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
||||||
|
<html><head>
|
||||||
|
<title>307 Temporary Redirect</title>
|
||||||
|
</head><body>
|
||||||
|
<h1>Temporary Redirect</h1>
|
||||||
|
<p>The document has moved <a href="https://bvg-apps-ext.hafas.de/bin/mgate.exe?">here</a>.</p>
|
||||||
|
</body></html>
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue