]> source.dussan.org Git - poi.git/commit
* Make on unit test not fail if Fonts are not available on the machine
authorDominik Stadler <centic@apache.org>
Thu, 16 Jul 2015 09:06:47 +0000 (09:06 +0000)
committerDominik Stadler <centic@apache.org>
Thu, 16 Jul 2015 09:06:47 +0000 (09:06 +0000)
commit59a0a415b8f6ac0d526a63b956c89ff97280071b
tree93011129ab01278b958d5cc62476910e89dd2a87
parent8d8141ad7fa0c69d0eab794c74e88ad388d11741
* Make on unit test not fail if Fonts are not available on the machine
* Refactor SheetUtil a bit to reduce code-duplication, adjust JavaDoc for -1 return values
* Add method to check if we can compute text-width
* Add unit-tests which verify some more of SheetUtil

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1691341 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/util/SheetUtil.java
src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFFont.java
src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java
src/testcases/org/apache/poi/ss/util/TestSheetUtil.java