Github user geomacy commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/462#discussion_r94396058
  
    --- Diff: 
core/src/test/java/org/apache/brooklyn/core/mgmt/persist/XmlMementoSerializerTest.java
 ---
    @@ -792,4 +794,13 @@ private Bundle installBundle(ManagementContext mgmt, 
String bundleUrl) throws Ex
             Framework framework = osgiManager.getFramework();
             return Osgis.install(framework, bundleUrl);
         }
    +    
    +    @Test
    +    public void testConfigInheritanceVals() throws Exception {
    +        ConfigInheritance val = BasicConfigInheritance.NEVER_INHERITED;
    +
    +        ConfigInheritance newVal = assertSerializeAndDeserialize(val); // 
TODO this line fails
    --- End diff --
    
    the comment can be removed now


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to