You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/20 21:26:46 UTC

svn commit: r639440 - /maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt

Author: brianf
Date: Thu Mar 20 13:26:45 2008
New Revision: 639440

URL: http://svn.apache.org/viewvc?rev=639440&view=rev
Log:
added comment to readme.

Modified:
    maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt

Modified: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt?rev=639440&r1=639439&r2=639440&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt (original)
+++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-3426/readme.txt Thu Mar 20 13:26:45 2008
@@ -1 +1 @@
-There is another test under MNG-2972 that also reproduces this without external dependencies. The test contained here relies on castor.
\ No newline at end of file
+There is another test under MNG-2972 that also reproduces this without external dependencies. The test contained here relies on castor. There is one other subtle difference in these tests: 3426 calls a plugin directly while 2972 has it bound to the lifecycle. We found at least one instance where 2972 passes and 3426 fails. Therefore, we should keep both tests as they execute different functionality.
\ No newline at end of file