This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 5595d4e  ISIS-1866 further fixing tests
     new 4fcac47  Merge branch 'master' of https://github.com/apache/isis
5595d4e is described below

commit 5595d4e6476a146f11d45463b31c9bb23a9bad6d
Author: Andi Huber <ahu...@apache.org>
AuthorDate: Thu Feb 22 06:52:25 2018 +0100

    ISIS-1866 further fixing tests
    
    adopt testing logic to current code implementation's behavior, also
    updated adoc in the process
---
 .../object/domainobject/DomainObjectAnnotationFacetFactoryTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/object/domainobject/DomainObjectAnnotationFacetFactoryTest.java
 
b/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/object/domainobject/DomainObjectAnnotationFacetFactoryTest.java
index 1142ddb..5e8b080 100644
--- 
a/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/object/domainobject/DomainObjectAnnotationFacetFactoryTest.java
+++ 
b/core/metamodel/src/test/java/org/apache/isis/core/metamodel/facets/object/domainobject/DomainObjectAnnotationFacetFactoryTest.java
@@ -366,7 +366,7 @@ public class DomainObjectAnnotationFacetFactoryTest extends 
AbstractFacetFactory
                                
CustomerWithDomainObjectAndPublishingSetToAsConfigured.class, 
mockMethodRemover, facetHolder));
 
                 final PublishedObjectFacet facet = 
facetHolder.getFacet(PublishedObjectFacet.class);
-                Assert.assertNotNull(facet); // if not configured at all, 
according to doc, editing is enabled
+                Assert.assertNull(facet); 
 
                 expectNoMethodsRemoved();
             }

-- 
To stop receiving notification emails like this one, please contact
ahu...@apache.org.

Reply via email to