You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by js...@apache.org on 2005/05/20 23:07:46 UTC

svn commit: r171156 - in /incubator/beehive/trunk/controls/test: infra/milton/milton.jar tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java

Author: jsong
Date: Fri May 20 14:07:43 2005
New Revision: 171156

URL: http://svn.apache.org/viewcvs?rev=171156&view=rev
Log:
adding assertReport with username/password which does not require a link

Modified:
    incubator/beehive/trunk/controls/test/infra/milton/milton.jar
    incubator/beehive/trunk/controls/test/tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java

Modified: incubator/beehive/trunk/controls/test/infra/milton/milton.jar
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/infra/milton/milton.jar?rev=171156&r1=171155&r2=171156&view=diff
==============================================================================
Binary files - no diff available.

Modified: incubator/beehive/trunk/controls/test/tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java?rev=171156&r1=171155&r2=171156&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/test/tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java (original)
+++ incubator/beehive/trunk/controls/test/tools/milton/src/org/apache/beehive/test/tools/milton/junit/HtmlReportTestCase.java Fri May 20 14:07:43 2005
@@ -32,6 +32,12 @@
         assertReport(new WebConversation(), p_url, p_link);
     }
 
+    public void assertReport(String p_url, String p_userName, String p_password)
+	throws Exception
+    {
+	assertReport(p_url, null, p_userName, p_password);
+    }
+
     /**
      * @param p_url Url to connect to
      * @param p_link Link on the Url to "Click"