Github user aledsage commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/540#discussion_r25776881
--- Diff:
usage/rest-server/src/test/java/brooklyn/rest/resources/CatalogResourceTest.java
---
@@ -224,20 +224,26 @@ public void testGetCatalogEntityIconDetails() throws
IOException {
}
private void addTestCatalogItem(String catalogItemId) {
+ addTestCatalogItem(catalogItemId, TEST_VERSION,
"brooklyn.entity.nosql.redis.RedisStore");
+ }
+
+ private void addTestCatalogItem(String catalogItemId, String version,
String service) {
String yaml =
- "brooklyn.catalog:\n"+
--- End diff --
Why change the indents? 8 is commonly used for lines that wrap, and is the
default recommended by Oracle.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---