From: Dominik Stadler Date: Mon, 14 Oct 2013 19:44:30 +0000 (+0000) Subject: Change from having actual zero bytes in java code to java-string notation for unicode... X-Git-Tag: REL_3_10_FINAL~92 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5bc1aa8038fc498b5bb702b3ae11640f8577a41b;p=poi.git Change from having actual zero bytes in java code to java-string notation for unicode-zero to avoid trouble with this file in Sonar when using PostgreSQL (which seems to fall over binary data in text files). The resulting test should be the same with the \u0000 notation git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1532037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java b/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java index 04c63fb3d6..5f39f37ceb 100644 Binary files a/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java and b/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java differ