From 2f31b0f20e3cb4cab84baf8d876a46c39ef9ee5e Mon Sep 17 00:00:00 2001 From: kohsuke Date: Thu, 14 Aug 2008 20:36:34 +0000 Subject: [PATCH] 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 --- test/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/pom.xml b/test/pom.xml index 317a5cc033..6184bc62de 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -30,6 +30,11 @@ selenium-java-client-driver 1.0-beta-1 + + httpunit + httpunit + 1.6.2 + junit junit -- GitLab