You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/05/22 14:16:17 UTC

[GitHub] [camel-k-runtime] oscerd commented on a change in pull request #70: servlet: update catalog and bom

oscerd commented on a change in pull request #70: servlet: update catalog and bom
URL: https://github.com/apache/camel-k-runtime/pull/70#discussion_r286513394
 
 

 ##########
 File path: camel-k-maven-plugin/src/test/java/org/apache/camel/k/tooling/maven/processors/CataloProcessor2Test.java
 ##########
 @@ -68,4 +74,45 @@ public void testAcceptMoreThanHigher(){
 
         assertThat(cp2.accepts(catalog)).isFalse();
     }
+
+    @Test
+    public void testArtifactsEnrichment(){
+        CatalogProcessor processor = new CatalogProcessor_2_x();
+        CamelCatalog catalog = versionCamelCatalog("2.23.0");
+        Map<String, CamelArtifact> artifactMap = new HashMap<>();
 
 Review comment:
   Wasn't better to test against 2.23.2?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services