mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-20 12:06:29 +02:00
Manually merged.
This commit is contained in:
parent
d5832e010e
commit
c7c9f252af
112 changed files with 1127 additions and 352 deletions
|
@ -54,7 +54,7 @@ namespace TestTINKLib.Fixtures.ObjectTests.Connector.Response
|
|||
[Test]
|
||||
public void TestGetIsReturnBikeResponseOk_Error()
|
||||
{
|
||||
var l_oResponse = JsonConvert.DeserializeObject<ReservationCancelReturnResponse>(
|
||||
var l_oResponse = JsonConvert.DeserializeObject<DoReturnResponse>(
|
||||
@"{ ""response_state"" : ""Failure 1234"", " +
|
||||
@"""authcookie"" : ""KeksoiF2kahH"" }");
|
||||
|
||||
|
@ -66,7 +66,7 @@ namespace TestTINKLib.Fixtures.ObjectTests.Connector.Response
|
|||
[Test]
|
||||
public void TestGetIsReturnBikeResponseOk_ErrorNotAtStation()
|
||||
{
|
||||
var l_oResponse = JsonConvert.DeserializeObject<ReservationCancelReturnResponse>(
|
||||
var l_oResponse = JsonConvert.DeserializeObject<DoReturnResponse>(
|
||||
@"{ ""response_state"" : ""Failure 2178: bike 1545 out of GEO fencing. 15986 meter distance to next station 66. OK: bike 1545 locked confirmed"", " +
|
||||
@"""authcookie"" : ""KeksoiF2kahH"" }");
|
||||
|
||||
|
@ -76,7 +76,7 @@ namespace TestTINKLib.Fixtures.ObjectTests.Connector.Response
|
|||
[Test]
|
||||
public void TestGetIsReturnBikeResponseOk_ErrorNoGPSData()
|
||||
{
|
||||
var l_oResponse = JsonConvert.DeserializeObject<ReservationCancelReturnResponse>(
|
||||
var l_oResponse = JsonConvert.DeserializeObject<DoReturnResponse>(
|
||||
@"{ ""response_state"" : ""Failure 2245: No GPS data, state change forbidden."", " +
|
||||
@"""authcookie"" : ""KeksoiF2kahH"" }");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue