summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/SshKeysDispatcherTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix SshKeysDispatcher test failing on WindowsFlorian Zschocke2016-12-061-7/+7
| | | | | | | | | 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`.
* Prevent adding empty or invalid SSH public keysJames Moger2014-04-251-0/+14
|
* Add ssh command to update the permission for an SSH keyJames Moger2014-04-141-0/+16
|
* Unit tests for ssh daemon and keys dispatcherJames Moger2014-04-101-0/+115