andi-huber commented on code in PR #3426:
URL: https://github.com/apache/causeway/pull/3426#discussion_r2874134388


##########
core/mmtest/src/test/java/org/apache/causeway/core/metamodel/services/grid/GridLoadingTest.java:
##########
@@ -98,7 +98,7 @@ void customNamed() {
 
         // verify winning facet is the same object as the last one added from 
latest layout.xml reload,
         // to make sure we are not feed the winner from an outdated cache
-        
assertSame(facetRanking.getWinnerNonEvent(MemberNamedFacet.class).get(), 
xmlFacetRank.getLastElseFail());
+        assertSame(facetRanking.getWinnerNonEvent(MemberNamedFacet.class, 
null).get(), xmlFacetRank.getLastElseFail());

Review Comment:
   additional tests possible, to test layout switching and its effect on 
picking winning Facets



-- 
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