Author: ogusakov
Date: Wed Feb 11 19:56:34 2009
New Revision: 743470

URL: http://svn.apache.org/viewvc?rev=743470&view=rev
Log:
[MNG-553] security dispatched fixed to pass the relocation test, test enabled

Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0553SettingsAuthzEncryptionTest.java

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0553SettingsAuthzEncryptionTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0553SettingsAuthzEncryptionTest.java?rev=743470&r1=743469&r2=743470&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0553SettingsAuthzEncryptionTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng0553SettingsAuthzEncryptionTest.java
 Wed Feb 11 19:56:34 2009
@@ -66,7 +66,7 @@
      * Test that the encrypted auth infos given in the settings.xml are 
decrypted when the master password resides
      * in an external file.
      */
-    /* FIXME: Outstanding bugs in plexus-sec-dispatcher prevent this from 
passing
+    // FIXME: Outstanding bugs in plexus-sec-dispatcher prevent this from 
passing 
     public void testitRelocation()
         throws Exception
     {
@@ -97,6 +97,6 @@
         assertEquals( "testuser", props.getProperty( "test.username" ) );
         assertEquals( "testtest", props.getProperty( "test.password" ) );
     }
-    //*/
+    //
 
 }


Reply via email to