Replace search page with Kotlin version, add more tests
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 3 Jun 2017 14:34:51 +0000 (16:34 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 4 Jun 2017 09:55:28 +0000 (11:55 +0200)
commite7319b53b914961d59b8fce999da75adfab54009
treefb6f3ac06cddf229da8509c539cdb925c87add9b
parentd6b58f43646ef0b2ab92291a0f096a240db7edc6
Replace search page with Kotlin version, add more tests
src/main/java/net/pterodactylus/sone/web/pages/SearchPage.java [deleted file]
src/main/kotlin/net/pterodactylus/sone/web/pages/SearchPage.kt [new file with mode: 0644]
src/test/kotlin/net/pterodactylus/sone/web/pages/SearchPageTest.kt