提交 2f31b0f2 编写于 作者: K kohsuke

added HttpUnit for testing that doesn't involve scripting, as this is much faster than Selenium.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11473 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d292c13b
......@@ -30,6 +30,11 @@
<artifactId>selenium-java-client-driver</artifactId>
<version>1.0-beta-1</version>
</dependency>
<dependency>
<groupId>httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册