gnodet commented on code in PR #13163:
URL: https://github.com/apache/maven/pull/13163#discussion_r4038746609


##########
impl/maven-impl/src/test/java/org/apache/maven/impl/model/profile/ConditionProfileActivatorTest.java:
##########
@@ -401,13 +401,14 @@ void testFileRootDirectory() {
     }
 
     @Test
-    @Disabled
     void testFileWilcards() {
         assertActivation(true, 
newProfile("exists('${project.rootDirectory}/**/*.xsd')"), newFileContext());
         assertActivation(true, 
newProfile("exists('${project.basedir}/**/*.xsd')"), newFileContext());
         assertActivation(true, 
newProfile("exists('${project.basedir}/**/*.xsd')"), newFileContext());

Review Comment:
   Fixed in 475f72640b — removed the duplicate assertion entirely (keeping 
`rootDirectory` and `basedir` variants as distinct cases).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to