summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2013-10-14 19:44:30 +0000
committerDominik Stadler <centic@apache.org>2013-10-14 19:44:30 +0000
commit5bc1aa8038fc498b5bb702b3ae11640f8577a41b (patch)
tree85f06c693fddad427ae0173e08389228b0bb830b
parentf6cb7f14acf47450b536174202a05ce793a2cd52 (diff)
downloadpoi-5bc1aa8038fc498b5bb702b3ae11640f8577a41b.tar.gz
poi-5bc1aa8038fc498b5bb702b3ae11640f8577a41b.zip
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
-rw-r--r--src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.javabin6087 -> 6092 bytes
1 files changed, 0 insertions, 0 deletions
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
--- a/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java
+++ b/src/ooxml/testcases/org/apache/poi/xssf/extractor/TestXSSFImportFromXML.java
Binary files differ