f2par0 commented on code in PR #327:
URL: https://github.com/apache/camel-karaf/pull/327#discussion_r1630825071


##########
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelRouteITest.java:
##########
@@ -53,6 +53,7 @@ public abstract class AbstractCamelRouteITest extends 
KarafTestSupport implement
     public static final int CAMEL_KARAF_INTEGRATION_TEST_DEBUG_DEFAULT_PORT = 
8889;
     public static final String CAMEL_KARAF_INTEGRATION_TEST_DEBUG_PROPERTY = 
"camel.karaf.itest.debug";
     static final String CAMEL_KARAF_INTEGRATION_TEST_ROUTE_SUPPLIERS_PROPERTY 
= "camel.karaf.itest.route.suppliers";
+    static final String 
CAMEL_KARAF_INTEGRATION_TEST_ROUTE_IGNORE_SUPPLIERS_PROPERTY = 
"camel.karaf.itest.route.ignore.suppliers";

Review Comment:
   Done



##########
tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/AbstractCamelRouteITest.java:
##########
@@ -189,6 +193,17 @@ private boolean hasCamelRouteSupplierFilter() {
         return hint != null && hint.camelRouteSuppliers().length > 0;
     }
 
+    private boolean hasCamekKarafTestHint() {
+        CamelKarafTestHint hint = 
getClass().getAnnotation(CamelKarafTestHint.class);
+        return hint != null;
+    }

Review Comment:
   Done



-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to