EMMA: collecting runtime coverage data ...
2011-10-08 11:40:50,969 [main] INFO  net.sf.jomic.tools.TestTools - cannot find logger settings "settings/jomic-tests-logging.properties"; using internal defaults
2011-10-08 11:40:51,024 [main] INFO  net.sf.jomic.tools.LocaleTools - setting locale to en_US (English (United States))
2011-10-08 11:40:51,838 [main] WARN  net.sf.jomic.tools.ImageTools - adding suffix "jp2" to broken provider for suffix "jpeg 2000"
2011-10-08 11:40:51,838 [main] INFO  net.sf.jomic.tools.ImageTools - supported image file suffixes: [bmp, gif, jp2, jpeg, jpeg 2000, jpeg2000, jpg, png, pnm, raw, tif, tiff, wbmp]
2011-10-08 11:40:51,838 [main] INFO  net.sf.jomic.tools.ImageTools - supported image providers:
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   gif: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   jp2: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg: Sun Microsystems, Inc., v0.5
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg 2000: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg2000: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   jpg: Sun Microsystems, Inc., v0.5
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   png: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   pnm: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   raw: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   tif: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Apple computer Inc., v1.0
2011-10-08 11:40:51,839 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,840 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,841 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,841 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,842 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,842 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:40:51,843 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Sun Microsystems, Inc., v1.1
2011-10-08 11:40:51,847 [main] INFO  net.sf.jomic.tools.LocaleTools - setting locale to en (English)
2011-10-08 11:40:51,847 [main] INFO  net.sf.jomic.tools.TestTools - jomic.home = "/Users/agi/workspace/jomic"
2011-10-08 11:40:51,847 [main] INFO  net.sf.jomic.tools.TestTools - jomic.delay = 100 ms
2011-10-08 11:40:51,847 [main] INFO  net.sf.jomic.tools.TestTools - testdata = "/Users/agi/workspace/jomic/tests/generated"
2011-10-08 11:40:51,855 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic"
2011-10-08 11:40:51,855 [main] INFO  net.sf.jomic.comic.ComicCache - setup comic cache in "/Users/agi/Library/Caches/jomic/tests" with size 134217728
2011-10-08 11:40:51,858 [main] INFO  net.sf.jomic.tools.ArchiveCache - no cache map found; using new empty map
java.io.FileNotFoundException: /Users/agi/Library/Caches/jomic/tests/archives/cacheMap.xml (No such file or directory)
	at java.io.FileInputStream.open(Native Method)
	at java.io.FileInputStream.<init>(FileInputStream.java:120)
	at java.io.FileReader.<init>(FileReader.java:55)
	at net.sf.jomic.tools.ArchiveCache.attemptToReadEntries(ArchiveCache.java:186)
	at net.sf.jomic.comic.ComicCache.setUp(ComicCache.java:126)
	at net.sf.jomic.comic.ComicCache.setUp(ComicCache.java:105)
	at net.sf.jomic.tools.TestTools.setupCache(TestTools.java:200)
	at net.sf.jomic.ui.GoToPageDialogTest.setUp(GoToPageDialogTest.java:34)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:118)
	at junit.framework.TestSuite.runTest(TestSuite.java:208)
	at junit.framework.TestSuite.run(TestSuite.java:203)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:518)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:1052)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:906)
2011-10-08 11:40:51,860 [main] INFO  net.sf.jomic.comic.ComicCache - cache size in MB: maximum memory=759.69 MB, image cache=505.35 MB, title cache=31.58 MB, thumb cache=94.75 MB
2011-10-08 11:40:51,866 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests"
2011-10-08 11:40:51,927 [main] INFO  net.sf.jomic.ui.ColorSettingMenuItem - set color to #000000
2011-10-08 11:40:52,134 [main] INFO  net.sf.jomic.comic.ComicThumbView - total size=0x0
2011-10-08 11:40:52,134 [main] INFO  net.sf.jomic.comic.ComicThumbView - preferredSize=[10, 652]
2011-10-08 11:40:52,154 [Thread-7] INFO  net.sf.jomic.ui.JomicFrame - open file "/Users/agi/workspace/jomic/tests/generated/test.cbz"
2011-10-08 11:40:52,186 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - create comic from "/Users/agi/workspace/jomic/tests/generated/test.cbz"
2011-10-08 11:40:52,189 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - cachePath = "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "15.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "32.tiff"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "02.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "17+18.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "20.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "logo.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "07.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "25.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "12.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "22.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "28.jp2"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "14.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "01.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "99.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "30.gif"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "19.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "06.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "24.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "11.png"
2011-10-08 11:40:52,200 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "27.jpg"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "16.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "97+98.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "03.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "21.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "08.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "04+05.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "26.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "13.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "09+10.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "29.gif"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "23.png"
2011-10-08 11:40:52,201 [Thread-7] INFO  net.sf.jomic.comic.ComicModel - found image: "31.tiff"
2011-10-08 11:40:52,208 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "15.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/15.png"
2011-10-08 11:40:52,209 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "32.tiff" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/32.tiff"
2011-10-08 11:40:52,216 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "02.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/02.png"
2011-10-08 11:40:52,217 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "17+18.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/17+18.png"
2011-10-08 11:40:52,217 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "20.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/20.png"
2011-10-08 11:40:52,218 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "logo.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/logo.png"
2011-10-08 11:40:52,218 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "07.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/07.png"
2011-10-08 11:40:52,220 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "25.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/25.png"
2011-10-08 11:40:52,221 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "12.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/12.png"
2011-10-08 11:40:52,222 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "22.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/22.png"
2011-10-08 11:40:52,223 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "28.jp2" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/28.jp2"
2011-10-08 11:40:52,224 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "14.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/14.png"
2011-10-08 11:40:52,225 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "01.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/01.png"
2011-10-08 11:40:52,226 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "99.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/99.png"
2011-10-08 11:40:52,227 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "30.gif" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/30.gif"
2011-10-08 11:40:52,228 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "19.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/19.png"
2011-10-08 11:40:52,228 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "06.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/06.png"
2011-10-08 11:40:52,229 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "24.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/24.png"
2011-10-08 11:40:52,230 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "11.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/11.png"
2011-10-08 11:40:52,231 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "27.jpg" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/27.jpg"
2011-10-08 11:40:52,232 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "16.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/16.png"
2011-10-08 11:40:52,233 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "97+98.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/97+98.png"
2011-10-08 11:40:52,234 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "03.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/03.png"
2011-10-08 11:40:52,235 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "21.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/21.png"
2011-10-08 11:40:52,236 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "08.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/08.png"
2011-10-08 11:40:52,238 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "04+05.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/04+05.png"
2011-10-08 11:40:52,239 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "26.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/26.png"
2011-10-08 11:40:52,240 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "13.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/13.png"
2011-10-08 11:40:52,242 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "09+10.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/09+10.png"
2011-10-08 11:40:52,243 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "29.gif" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/29.gif"
2011-10-08 11:40:52,244 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "23.png" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/23.png"
2011-10-08 11:40:52,245 [Thread-7] INFO  net.sf.jomic.tools.FileArchive - extract "31.tiff" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/31.tiff"
2011-10-08 11:40:52,343 [Thread-7] INFO  net.sf.jomic.comic.ComicView - comic has 36 pages, 32 images, and 19 sheets
2011-10-08 11:40:52,387 [Thread-7] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 1843200
2011-10-08 11:40:52,387 [Thread-7] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/01.png
2011-10-08 11:40:52,387 [Thread-7] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 1 entries use 1843200 of 529897881 bytes (.35%)
2011-10-08 11:40:52,410 [Thread-7] INFO  net.sf.jomic.tools.ImageCacheRenderThread - add task for image: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/02.png
2011-10-08 11:40:52,415 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCacheRenderThread - scheduling image to be rendered: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/02.png
2011-10-08 11:40:52,438 [Thread-7] INFO  net.sf.jomic.comic.ComicThumbView - total size=160x4078
2011-10-08 11:40:52,439 [Thread-7] INFO  net.sf.jomic.comic.ComicThumbView - preferredSize=[170, 4078]
2011-10-08 11:40:52,443 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 3686400
2011-10-08 11:40:52,443 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/02.png
2011-10-08 11:40:52,443 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 2 entries use 3686400 of 529897881 bytes (.70%)
2011-10-08 11:40:52,445 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 73728 bytes to 73728
2011-10-08 11:40:52,445 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/02.png
2011-10-08 11:40:52,445 [renderer.thumbs] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 1 entries use 73728 of 99355852 bytes (.07%)