[MNG-2357] Add missing it tests

Submitted by: Jerome Lacoste

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@413090 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-06-09 16:52:52 +00:00
parent 45748e167d
commit 4a80148011
2 changed files with 6 additions and 0 deletions

View File

@ -293,6 +293,10 @@ it0104: Verify that plugin configurations are resolved correctly, particularly
when they contain ${project.build.directory} in the string value of a when they contain ${project.build.directory} in the string value of a
Map.Entry. Map.Entry.
it0105: MRESOURCES-18
it0106: When a project has modules and its parent is not preinstalled [MNG-2318]
it0107: Verify that default implementation of an implementation for a complex object works as it0107: Verify that default implementation of an implementation for a complex object works as
expected [MNG-2293] expected [MNG-2293]
------------------------------------------------------------------------------- -------------------------------------------------------------------------------

View File

@ -1,4 +1,6 @@
it0107 it0107
#it0106 MNG-2318 not yet fixed
it0105
#it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version. #it0104 Commenting out, not fixed until post-2.0.4, due to dependency on new plexus-container-default version.
it0103 it0103
it0102 it0102