Skip to content

fix(app,back): small bugs #875

fix(app,back): small bugs

fix(app,back): small bugs #875

GitHub Actions / Integration tests succeeded Oct 18, 2024 in 0s

96 passed, 0 failed and 1 skipped

Tests passed successfully

✅ test-results.trx

97 tests were completed in 29s with 96 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
Liane.Test.Integration.DeletionServiceImplTest 1✅ 1s
Liane.Test.Integration.LianeServiceImplTest 15✅ 4s
Liane.Test.Integration.LianeStatusServiceTest 2✅ 1⚪ 607ms
Liane.Test.Integration.LianeStorageTest 1✅ 236ms
Liane.Test.Integration.LianeTrackerTest 13✅ 16s
Liane.Test.Integration.PaginationTest 5✅ 469ms
Liane.Test.Integration.RallyingPointServiceImplTest 5✅ 610ms
Liane.Test.Integration.RoutingServiceImplTest 2✅ 199ms
Liane.Test.Integration.TripServiceImplTest 9✅ 3s
Liane.Test.Internal.Address.NominatimJsonTest 2✅ 3ms
Liane.Test.Internal.Json.RefJsonTest 7✅ 13ms
Liane.Test.Internal.Json.TimeOnlyJsonTest 2✅ 2ms
Liane.Test.Internal.Json.UnionTypeJsonTest 6✅ 13ms
Liane.Test.Internal.Match.MatchTest 1✅ 2ms
Liane.Test.Internal.Trip.LianeRecurrenceTest 2✅ 4ms
Liane.Test.Internal.Trip.LianeTrackerTest 1✅ 1ms
Liane.Test.Internal.Trip.RouteOptimizerTest 1✅ 4ms
Liane.Test.OsrmServiceTest 11✅ 107ms
Liane.Test.Routing.LatLngTest 2✅ 2ms
Liane.Test.Trip.DayOfWeekFlagTest 6✅ 2ms
Liane.Test.Util.CursorTest 2✅ 1ms

✅ Liane.Test.Integration.DeletionServiceImplTest

✅ ShouldDeleteAccount

✅ Liane.Test.Integration.LianeServiceImplTest

✅ EveryRequestIsIndependant
✅ ExactSameLianeRequestShouldMatch
✅ GuguMatchesChangeWhenJaybeeHavedJoinedMathildeLiane
✅ GuguSeeJoinedLianesEvenIfRequestIsDisabled
✅ GuguShouldJoinANewLianeByJoiningAMatch
✅ GuguShouldJoinAnExistingLianeByJoiningAMatch
✅ GuguShouldMatchLianes
✅ MathildeShouldMatchEnabledLianes
✅ MathildeShouldMatchLianes
✅ ShouldChatInALiane
✅ ShouldMatchLianesWithTimeConstraints
✅ ShouldMatchNoMatterWhatDirection
✅ ShouldNotSendAMessageToALeftLiane
✅ ShouldUnjoinedRequestMustAppearInAllMatch
✅ WhenTheLastMemberLeaveALianeTheLianeIsDeleted

✅ Liane.Test.Integration.LianeStatusServiceTest

✅ ShouldGetStartedStatus
⚪ ShouldGetStartedStatusWithDelay
✅ ShouldUpdateToFinished

✅ Liane.Test.Integration.LianeStorageTest

✅ ShouldSyncDatabases

✅ Liane.Test.Integration.LianeTrackerTest

✅ MemberShouldNotFinishTrip
✅ ShouldFinishTrip
✅ ShouldHavePassengersInCar
✅ ShouldHavePickedUpPassenger
✅ ShouldNotFinishTrip
✅ ShouldNotHaveMembersInCar
✅ ShouldNotHavePassengersInCarBeforePickup
✅ ShouldNotHavePassengersInCarWhenNoPassengersPing
✅ ShouldTrackDestinationWayPoint
✅ ShouldTrackFirstWayPointWithPassengers
✅ ShouldTrackNextWayPointWithPassengers
✅ Trip_16_12_2023
✅ Trip_qui_se_trouve_deja_a_destination

✅ Liane.Test.Integration.PaginationTest

✅ ShouldPaginateEmptyCollection
✅ ShouldPaginateSorted
✅ ShouldPaginateWithCursorInMemory
✅ ShouldPaginateWithCursorInMemoryWithNext
✅ ShouldPaginateWithoutCursorInMemory

✅ Liane.Test.Integration.RallyingPointServiceImplTest

✅ ShoudList
✅ ShouldDeleteUnusedOnly
✅ ShouldExport
✅ ShouldImport
✅ ShouldSnap

✅ Liane.Test.Integration.RoutingServiceImplTest

✅ ReverseTripShouldReturnNull
✅ TestTripComputation

✅ Liane.Test.Integration.TripServiceImplTest

✅ BertrandShouldMatchSamuelsLiane
✅ JbShouldMatchAugustinsLiane
✅ ShouldMatchLianeOnLocation
✅ ShouldMatchLianeOnSeatCount
✅ ShouldSimplifyLianeGeometry
✅ TestAddLianeMember
✅ TestListAccessLevel
✅ TestListAll
✅ TestMatchLiane

✅ Liane.Test.Internal.Address.NominatimJsonTest

✅ ShouldDeserializeAddress
✅ ShouldDeserializeReverseResponse

✅ Liane.Test.Internal.Json.RefJsonTest

✅ ShouldDeserializeResolvedRef
✅ ShouldDeserializeUnresolvedRef
✅ ShouldSerializeAnnotatedRefAsResolved
✅ ShouldSerializeAnnotatedRefAsUnresolved
✅ ShouldSerializeAnnotatedRefAsUnresolved2
✅ ShouldSerializeResolvedRef
✅ ShouldSerializeUnresolvedRef

✅ Liane.Test.Internal.Json.TimeOnlyJsonTest

✅ ShouldDeserializeTimeOnly
✅ ShouldSerializeTimeOnly

✅ Liane.Test.Internal.Json.UnionTypeJsonTest

✅ ShouldDeserializeConcrete1
✅ ShouldDeserializeConcrete2
✅ ShouldDeserializeConcrete3WithDefaultValue
✅ ShouldSerializeConcrete1
✅ ShouldSerializeConcrete2
✅ ShouldSerializeMatchType

✅ Liane.Test.Internal.Match.MatchTest

✅ ShouldExtractMatchingTrip

✅ Liane.Test.Internal.Trip.LianeRecurrenceTest

✅ ShouldEnumerateActiveDays
✅ ShouldEnumerateNextDates

✅ Liane.Test.Internal.Trip.LianeTrackerTest

✅ ShouldGetFirstWayPoint

✅ Liane.Test.Internal.Trip.RouteOptimizerTest

✅ ShouldOverlap

✅ Liane.Test.OsrmServiceTest

✅ ShouldGetADefaultRoute
✅ ShouldGetARouteWithSteps
✅ ShouldGetRouteFromMendeToFlorac
✅ ShouldGetRouteFromMendeToFloracByGorgesDuTarnCausses
✅ ShouldGetRouteFromMendeToFloracByGorgesDuTarnCaussesAndPrades
✅ ShouldGetRouteFromMendeToFloracByLeCrouzet
✅ ShouldGetRouteFromMendeToFloracByLeCrouzetAndCocures
✅ ShouldGetRouteFromMendeToFloracByLeCrouzetAndRampon
✅ ShouldGetRouteWithAnnotations
✅ ShouldGetRouteWithFullOverview
✅ ShouldGetRouteWithNoOverview

✅ Liane.Test.Routing.LatLngTest

✅ ShouldCalculateDistance
✅ ShouldIntersect

✅ Liane.Test.Trip.DayOfWeekFlagTest

✅ ShouldParseFromBitArray
✅ ShouldParseFromString
✅ ShouldParseNoneFromString
✅ ShouldPrintMondayToString
✅ ShouldPrintSundayToString
✅ ShouldPrintToString

✅ Liane.Test.Util.CursorTest

✅ ShouldConvertToCursorString
✅ ShouldConvertToStringDatetime