$ gradle -Dtest.single=ParisProvider test
de.schildbach.pte.live.TfiProviderLiveTest > shortTrip FAILED
java.lang.AssertionError at TfiProviderLiveTest.java:81
Your command line is probably fine.
The reason for the failure is these "live tests" are highly dependent on
the server side and servers tend to change all the time (it's not under
our control). Because of that, all live tests are excluded from the unit
tests that are run with each build.
On 11/05/2019 22.50, Louis Rannou wrote:
> Hi, I'm using gradle in commandline mode. I try to run the tests (from
> the root and also from the enbler directory) with the following line :
>
> *$ gradle -Dtest.single=ParisProvider test*
>
>
> It seems to run all the tests, I have many failures, the first one is :
>
> *de.schildbach.pte.live.TfiProviderLiveTest > shortTrip FAILED
> java.lang.AssertionError at TfiProviderLiveTest.java:81*
>
>
> Is the commandline wrong ?
>
> --
> You received this message because you are subscribed to the Google
> Groups "public-transport-enabler-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
> public-transport-enabler-discuss+unsubscribe@googlegroups.com
> <mailto:public-transport-enabler-discuss+unsubscribe@googlegroups.com>.