bastion-dev / Bastion

Java test library for HTTP APIs
http://bastion.rocks
GNU General Public License v3.0
13 stars 8 forks source link

#63, #77: Fixed FileRequestTest for Windows and test not to run on MacOS #79

Closed KPull closed 7 years ago

KPull commented 7 years ago

Related issues: #63, #77.

Because of some known issues on non-Linux machines, when it comes to guessing a file's MIME-type, the test for that particular functionality has been changed to run only on Linux machines.

KPull commented 7 years ago

Can you try out this fix for #77, please?

KPull commented 7 years ago

Pinging @FrelliBB and @maria-camenzuli to try this out, please. :)

FrelliBB commented 7 years ago

Fixed with https://github.com/bastion-dev/Bastion/pull/89