Author: bentmann
Date: Wed Feb 11 20:11:49 2009
New Revision: 743475

URL: http://svn.apache.org/viewvc?rev=743475&view=rev
Log:
o Removed superfluous comment

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=743475&r1=743474&r2=743475&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 20:11:49 2009
@@ -66,7 +66,6 @@
      * 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 
     public void testitRelocation()
         throws Exception
     {
@@ -97,6 +96,5 @@
         assertEquals( "testuser", props.getProperty( "test.username" ) );
         assertEquals( "testtest", props.getProperty( "test.password" ) );
     }
-    //
 
 }


Reply via email to