]> 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)
commit651f03cc6410a9647e05f5c3b20428f231033b64
tree93011129ab01278b958d5cc62476910e89dd2a87
parentaeb0d6abe38f77e112494358ffeee01b47646a21
* 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