You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2018/09/26 12:06:11 UTC

[isis] branch v2 updated: ISIS-1976: further fixes tests

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

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


The following commit(s) were added to refs/heads/v2 by this push:
     new c15efb2  ISIS-1976: further fixes tests
c15efb2 is described below

commit c15efb2f47b9579abc87511d8b482245ad3a313b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed Sep 26 14:06:04 2018 +0200

    ISIS-1976: further fixes tests
    
    Task-Url: https://issues.apache.org/jira/browse/ISIS-1976
---
 .../core/runtime/persistence/adapterfactory/pojo/PojoAdapterTest.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/plugins/jdo-datanucleus-5/src/test/java/org/apache/isis/core/runtime/persistence/adapterfactory/pojo/PojoAdapterTest.java b/core/plugins/jdo-datanucleus-5/src/test/java/org/apache/isis/core/runtime/persistence/adapterfactory/pojo/PojoAdapterTest.java
index d035492..9146d11 100644
--- a/core/plugins/jdo-datanucleus-5/src/test/java/org/apache/isis/core/runtime/persistence/adapterfactory/pojo/PojoAdapterTest.java
+++ b/core/plugins/jdo-datanucleus-5/src/test/java/org/apache/isis/core/runtime/persistence/adapterfactory/pojo/PojoAdapterTest.java
@@ -80,6 +80,7 @@ public class PojoAdapterTest {
                 allowing(version).getUtcTimestamp();
                 allowing(version).sequence();
                 allowing(version).getUser();
+                allowing(version).hasTimestamp();
                 
                 allowing(version).getTime();
                 will(returnValue(new Date()));