You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/09/11 21:54:41 UTC

svn commit: r1383590 - /cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java

Author: dkulp
Date: Tue Sep 11 19:54:41 2012
New Revision: 1383590

URL: http://svn.apache.org/viewvc?rev=1383590&view=rev
Log:
Merged revisions 1380731 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/branches/2.5.x-fixes

........
  r1380731 | dkulp | 2012-09-04 12:17:31 -0400 (Tue, 04 Sep 2012) | 18 lines

  Merged revisions 1380717 via  git cherry-pick from
  https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes

  ........
    r1380717 | dkulp | 2012-09-04 12:07:12 -0400 (Tue, 04 Sep 2012) | 10 lines

    Merged revisions 1379601 via  git cherry-pick from
    https://svn.apache.org/repos/asf/cxf/trunk

    ........
      r1379601 | dkulp | 2012-08-31 16:44:36 -0400 (Fri, 31 Aug 2012) | 2 lines

      Rename a test to make it match what it really is.

    ........

  ........

........

Modified:
    cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java

Modified: cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java?rev=1383590&r1=1383589&r2=1383590&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java (original)
+++ cxf/branches/2.4.x-fixes/systests/transports/src/test/java/org/apache/cxf/systest/http_jetty/JettyDigestAuthTest.java Tue Sep 11 19:54:41 2012
@@ -123,7 +123,7 @@ public class JettyDigestAuthTest extends
     }
 
     @Test
-    public void testBasicAuth() throws Exception { 
+    public void testDigestAuth() throws Exception { 
         assertEquals("Hello Alice", greeter.greetMe("Alice"));
         assertEquals("Hello Bob", greeter.greetMe("Bob"));