]> source.dussan.org Git - gitblit.git/commit
Fix SshKeysDispatcher test failing on Windows
authorFlorian Zschocke <florian.zschocke@devolo.de>
Tue, 29 Nov 2016 20:46:54 +0000 (21:46 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Tue, 6 Dec 2016 14:35:13 +0000 (15:35 +0100)
commita3f9b4f64e52ba1833c3bcb18cf7f05b4d35714e
treee757b17bb9bfb253596ca671f85769d61a25f75b
parentcb89090d936ff8383d26f69eaeae6717d3a701e1
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`.
src/test/java/com/gitblit/tests/SshKeysDispatcherTest.java