diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2016-11-29 21:46:54 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2016-12-06 15:35:13 +0100 |
commit | a3f9b4f64e52ba1833c3bcb18cf7f05b4d35714e (patch) | |
tree | e757b17bb9bfb253596ca671f85769d61a25f75b /src/main/java/com/gitblit/models/RepositoryModel.java | |
parent | cb89090d936ff8383d26f69eaeae6717d3a701e1 (diff) | |
download | gitblit-a3f9b4f64e52ba1833c3bcb18cf7f05b4d35714e.tar.gz gitblit-a3f9b4f64e52ba1833c3bcb18cf7f05b4d35714e.zip |
Fix SshKeysDispatcher test failing on Windows
The `SshKeysDispatcher` tests that use the keys list command are failing
on Windows because they assume a Unix line ending after each key. But
the command will use a system line ending. So this fix uses system line
endings in the reference string for the assert, too.
In addition, two `assertTrue(false)ยด are replaced with a proper `fail`.
Diffstat (limited to 'src/main/java/com/gitblit/models/RepositoryModel.java')
0 files changed, 0 insertions, 0 deletions