You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/07/18 10:10:08 UTC

[jena] branch master updated: Switch off test debug output in jena-shacl.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b275138  Switch off test debug output in jena-shacl.
b275138 is described below

commit b2751387190a47007597dae6e71e8abbe81e7bd5
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Jul 18 11:09:35 2020 +0100

    Switch off test debug output in jena-shacl.
---
 .../test/java/org/apache/jena/shacl/compact/TestWriteShaclCompact.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jena-shacl/src/test/java/org/apache/jena/shacl/compact/TestWriteShaclCompact.java b/jena-shacl/src/test/java/org/apache/jena/shacl/compact/TestWriteShaclCompact.java
index 56ceb06..ab5605b 100644
--- a/jena-shacl/src/test/java/org/apache/jena/shacl/compact/TestWriteShaclCompact.java
+++ b/jena-shacl/src/test/java/org/apache/jena/shacl/compact/TestWriteShaclCompact.java
@@ -84,7 +84,7 @@ public class TestWriteShaclCompact {
         String fn = DIR+fileBaseName+".shaclc";
         String ttl = DIR+fileBaseName+".ttl";
 
-        boolean DEV = true;
+        boolean DEV = false;
 
         if ( DEV ) {
             System.out.println("---- "+fn);