Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit ccde03d

Browse files
committed
updated AASSimple I4AAS/V3 example
1 parent 5a817b8 commit ccde03d

2 files changed

Lines changed: 96 additions & 80 deletions

File tree

dataformat-uanodeset/src/test/java/io/adminshell/aas/v3/dataformat/i4aas/SerializerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void testSimple() throws SerializationException, IllegalArgumentException
5656
}
5757
Assert.assertTrue("contains " + toCheck, write.contains(toCheck));
5858
}
59-
//System.out.println(write);
59+
System.out.println(write);
6060
}
6161

6262
@Test

0 commit comments

Comments
 (0)