GUACAMOLE-38: Add unit test for query string parser.

This commit is contained in:
Nick Couchman
2018-04-19 08:55:24 -04:00
parent 1011845032
commit aabc871d7d
3 changed files with 58 additions and 1 deletions

View File

@@ -193,6 +193,14 @@
<scope>provided</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>