]> source.dussan.org Git - gitblit.git/commit
Unit test for GitServlet.
authorJames Moger <james.moger@gitblit.com>
Fri, 22 Jul 2011 21:49:13 +0000 (17:49 -0400)
committerJames Moger <james.moger@gitblit.com>
Fri, 22 Jul 2011 21:49:13 +0000 (17:49 -0400)
commit375caa192ea852d8c48eda478c62a265dedb1692
tree6311923613dec31821588d62f38a72f933886878
parenta2709dd91e5d6b18f573016882ccc70799573ad3
Unit test for GitServlet.

This unit test is not part of the suite since it requires firing up
gitblit, commiting, and stopping gitblit.  This is the first step in
evolving unit testing of cloning/pushing.
tests/com/gitblit/tests/GitServletTest.java [new file with mode: 0644]