EMMA: collecting runtime coverage data ...
2011-10-08 11:37:28,798 [main] INFO  net.sf.jomic.tools.TestTools - cannot find logger settings "settings/jomic-tests-logging.properties"; using internal defaults
2011-10-08 11:37:28,816 [main] INFO  net.sf.jomic.tools.LocaleTools - setting locale to en_US (English (United States))
2011-10-08 11:37:29,246 [main] WARN  net.sf.jomic.tools.ImageTools - adding suffix "jp2" to broken provider for suffix "jpeg 2000"
2011-10-08 11:37:29,247 [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:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools - supported image providers:
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   gif: Sun Microsystems, Inc., v1.0
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   jp2: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg: Sun Microsystems, Inc., v0.5
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg 2000: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   jpeg2000: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   jpg: Sun Microsystems, Inc., v0.5
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   png: Sun Microsystems, Inc., v1.0
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   pnm: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   raw: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   tif: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,247 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.0
2011-10-08 11:37:29,251 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,252 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,252 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Apple computer Inc., v1.0
2011-10-08 11:37:29,253 [main] INFO  net.sf.jomic.tools.ImageTools -   bmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,253 [main] INFO  net.sf.jomic.tools.ImageTools -   wbmp: Sun Microsystems, Inc., v1.1
2011-10-08 11:37:29,254 [main] INFO  net.sf.jomic.tools.ImageTools -   tiff: Apple computer Inc., v1.0
2011-10-08 11:37:29,257 [main] INFO  net.sf.jomic.tools.LocaleTools - setting locale to en (English)
2011-10-08 11:37:29,258 [main] INFO  net.sf.jomic.tools.TestTools - jomic.home = "/Users/agi/workspace/jomic"
2011-10-08 11:37:29,258 [main] INFO  net.sf.jomic.tools.TestTools - jomic.delay = 100 ms
2011-10-08 11:37:29,258 [main] INFO  net.sf.jomic.tools.TestTools - testdata = "/Users/agi/workspace/jomic/tests/generated"
2011-10-08 11:37:29,265 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic"
2011-10-08 11:37:29,265 [main] INFO  net.sf.jomic.comic.ComicCache - setup comic cache in "/Users/agi/Library/Caches/jomic/tests" with size 134217728
2011-10-08 11:37:29,268 [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.comic.ComicInfoTest.setUp(ComicInfoTest.java:41)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.extensions.abbot.ResolverFixture.runBare(ResolverFixture.java:91)
	at junit.extensions.abbot.ComponentTestFixture.runBare(ComponentTestFixture.java:399)
	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:37:29,270 [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:37:29,275 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests"
2011-10-08 11:37:29,276 [main] INFO  net.sf.jomic.comic.ComicInfoTest - checking "/Users/agi/workspace/jomic/tests/generated/broken_image_incomplete.cbz"
2011-10-08 11:37:29,277 [main] INFO  net.sf.jomic.comic.ComicModel - create comic from "/Users/agi/workspace/jomic/tests/generated/broken_image_incomplete.cbz"
2011-10-08 11:37:29,280 [main] INFO  net.sf.jomic.comic.ComicModel - cachePath = "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00"
2011-10-08 11:37:29,287 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "incomplete.jpg"
2011-10-08 11:37:29,287 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "01.png"
2011-10-08 11:37:29,287 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "03.png"
2011-10-08 11:37:29,288 [main] INFO  net.sf.jomic.tools.FileArchive - extract "incomplete.jpg" to "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/incomplete.jpg"
2011-10-08 11:37:29,288 [main] 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:37:29,289 [main] 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:37:29,334 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 1843200
2011-10-08 11:37:29,334 [main] 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:37:29,334 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 1 entries use 1843200 of 529897881 bytes (.35%)
2011-10-08 11:37:29,344 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 3686400
2011-10-08 11:37:29,344 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/03.png
2011-10-08 11:37:29,344 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 2 entries use 3686400 of 529897881 bytes (.70%)
2011-10-08 11:37:29,363 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 0: 00/01.png: 480x640
2011-10-08 11:37:29,363 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 1: 00/03.png: 480x640
2011-10-08 11:37:29,363 [main] WARN  net.sf.jomic.comic.ComicInfoTest - 2: 00/incomplete.jpg: net.sf.jomic.comic.ComicException: cannot get dimension from image file "/Users/agi/Library/Caches/jomic/tests/archives/00/00/00/00/incomplete.jpg"
2011-10-08 11:37:30,186 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests"
2011-10-08 11:37:30,186 [main] INFO  net.sf.jomic.comic.ComicCache - setup comic cache in "/Users/agi/Library/Caches/jomic/tests/tests" with size 134217728
2011-10-08 11:37:30,186 [main] INFO  net.sf.jomic.tools.ArchiveCache - no cache map found; using new empty map
java.io.FileNotFoundException: /Users/agi/Library/Caches/jomic/tests/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.comic.ComicInfoTest.setUp(ComicInfoTest.java:41)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.extensions.abbot.ResolverFixture.runBare(ResolverFixture.java:91)
	at junit.extensions.abbot.ComponentTestFixture.runBare(ComponentTestFixture.java:399)
	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:37:30,187 [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:37:30,188 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests/tests"
2011-10-08 11:37:30,188 [main] INFO  net.sf.jomic.comic.ComicInfoTest - checking "/Users/agi/workspace/jomic/tests/generated/test.cbz"
2011-10-08 11:37:30,189 [main] INFO  net.sf.jomic.comic.ComicModel - create comic from "/Users/agi/workspace/jomic/tests/generated/test.cbz"
2011-10-08 11:37:30,191 [main] INFO  net.sf.jomic.comic.ComicModel - cachePath = "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00"
2011-10-08 11:37:30,194 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "15.png"
2011-10-08 11:37:30,194 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "32.tiff"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "02.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "17+18.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "20.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "logo.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "07.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "25.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "12.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "22.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "28.jp2"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "14.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "01.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "99.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "30.gif"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "19.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "06.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "24.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "11.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "27.jpg"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "16.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "97+98.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "03.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "21.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "08.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "04+05.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "26.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "13.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "09+10.png"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "29.gif"
2011-10-08 11:37:30,195 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "23.png"
2011-10-08 11:37:30,196 [main] INFO  net.sf.jomic.comic.ComicModel - found image: "31.tiff"
2011-10-08 11:37:30,200 [main] INFO  net.sf.jomic.tools.FileArchive - extract "15.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/15.png"
2011-10-08 11:37:30,201 [main] INFO  net.sf.jomic.tools.FileArchive - extract "32.tiff" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/32.tiff"
2011-10-08 11:37:30,207 [main] INFO  net.sf.jomic.tools.FileArchive - extract "02.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/02.png"
2011-10-08 11:37:30,207 [main] INFO  net.sf.jomic.tools.FileArchive - extract "17+18.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/17+18.png"
2011-10-08 11:37:30,208 [main] INFO  net.sf.jomic.tools.FileArchive - extract "20.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/20.png"
2011-10-08 11:37:30,208 [main] INFO  net.sf.jomic.tools.FileArchive - extract "logo.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/logo.png"
2011-10-08 11:37:30,209 [main] INFO  net.sf.jomic.tools.FileArchive - extract "07.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/07.png"
2011-10-08 11:37:30,210 [main] INFO  net.sf.jomic.tools.FileArchive - extract "25.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/25.png"
2011-10-08 11:37:30,210 [main] INFO  net.sf.jomic.tools.FileArchive - extract "12.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/12.png"
2011-10-08 11:37:30,211 [main] INFO  net.sf.jomic.tools.FileArchive - extract "22.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/22.png"
2011-10-08 11:37:30,212 [main] INFO  net.sf.jomic.tools.FileArchive - extract "28.jp2" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/28.jp2"
2011-10-08 11:37:30,213 [main] INFO  net.sf.jomic.tools.FileArchive - extract "14.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/14.png"
2011-10-08 11:37:30,214 [main] INFO  net.sf.jomic.tools.FileArchive - extract "01.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/01.png"
2011-10-08 11:37:30,214 [main] INFO  net.sf.jomic.tools.FileArchive - extract "99.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/99.png"
2011-10-08 11:37:30,215 [main] INFO  net.sf.jomic.tools.FileArchive - extract "30.gif" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/30.gif"
2011-10-08 11:37:30,215 [main] INFO  net.sf.jomic.tools.FileArchive - extract "19.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/19.png"
2011-10-08 11:37:30,216 [main] INFO  net.sf.jomic.tools.FileArchive - extract "06.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/06.png"
2011-10-08 11:37:30,217 [main] INFO  net.sf.jomic.tools.FileArchive - extract "24.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/24.png"
2011-10-08 11:37:30,217 [main] INFO  net.sf.jomic.tools.FileArchive - extract "11.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/11.png"
2011-10-08 11:37:30,218 [main] INFO  net.sf.jomic.tools.FileArchive - extract "27.jpg" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/27.jpg"
2011-10-08 11:37:30,219 [main] INFO  net.sf.jomic.tools.FileArchive - extract "16.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/16.png"
2011-10-08 11:37:30,220 [main] INFO  net.sf.jomic.tools.FileArchive - extract "97+98.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/97+98.png"
2011-10-08 11:37:30,221 [main] INFO  net.sf.jomic.tools.FileArchive - extract "03.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/03.png"
2011-10-08 11:37:30,222 [main] INFO  net.sf.jomic.tools.FileArchive - extract "21.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/21.png"
2011-10-08 11:37:30,223 [main] INFO  net.sf.jomic.tools.FileArchive - extract "08.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/08.png"
2011-10-08 11:37:30,224 [main] INFO  net.sf.jomic.tools.FileArchive - extract "04+05.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/04+05.png"
2011-10-08 11:37:30,225 [main] INFO  net.sf.jomic.tools.FileArchive - extract "26.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/26.png"
2011-10-08 11:37:30,226 [main] INFO  net.sf.jomic.tools.FileArchive - extract "13.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/13.png"
2011-10-08 11:37:30,227 [main] INFO  net.sf.jomic.tools.FileArchive - extract "09+10.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/09+10.png"
2011-10-08 11:37:30,227 [main] INFO  net.sf.jomic.tools.FileArchive - extract "29.gif" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/29.gif"
2011-10-08 11:37:30,228 [main] INFO  net.sf.jomic.tools.FileArchive - extract "23.png" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/23.png"
2011-10-08 11:37:30,228 [main] INFO  net.sf.jomic.tools.FileArchive - extract "31.tiff" to "/Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/31.tiff"
2011-10-08 11:37:30,307 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 1843200
2011-10-08 11:37:30,307 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/01.png
2011-10-08 11:37:30,307 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 1 entries use 1843200 of 529897881 bytes (.35%)
2011-10-08 11:37:30,315 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 3686400
2011-10-08 11:37:30,315 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/02.png
2011-10-08 11:37:30,315 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 2 entries use 3686400 of 529897881 bytes (.70%)
2011-10-08 11:37:30,323 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 5529600
2011-10-08 11:37:30,323 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/03.png
2011-10-08 11:37:30,323 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 3 entries use 5529600 of 529897881 bytes (1.04%)
2011-10-08 11:37:30,345 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 3686400 bytes to 9216000
2011-10-08 11:37:30,345 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/04+05.png
2011-10-08 11:37:30,345 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 4 entries use 9216000 of 529897881 bytes (1.74%)
2011-10-08 11:37:30,354 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 11059200
2011-10-08 11:37:30,354 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/06.png
2011-10-08 11:37:30,354 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 5 entries use 11059200 of 529897881 bytes (2.09%)
2011-10-08 11:37:30,362 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1474560 bytes to 12533760
2011-10-08 11:37:30,362 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/07.png
2011-10-08 11:37:30,362 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 6 entries use 12533760 of 529897881 bytes (2.37%)
2011-10-08 11:37:30,374 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 14376960
2011-10-08 11:37:30,374 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/08.png
2011-10-08 11:37:30,374 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 7 entries use 14376960 of 529897881 bytes (2.71%)
2011-10-08 11:37:30,398 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 3686400 bytes to 18063360
2011-10-08 11:37:30,398 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/09+10.png
2011-10-08 11:37:30,399 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 8 entries use 18063360 of 529897881 bytes (3.41%)
2011-10-08 11:37:30,407 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 19906560
2011-10-08 11:37:30,407 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/11.png
2011-10-08 11:37:30,407 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 9 entries use 19906560 of 529897881 bytes (3.76%)
2011-10-08 11:37:30,437 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 7372800 bytes to 27279360
2011-10-08 11:37:30,437 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/12.png
2011-10-08 11:37:30,437 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 10 entries use 27279360 of 529897881 bytes (5.15%)
2011-10-08 11:37:30,470 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 7372800 bytes to 34652160
2011-10-08 11:37:30,470 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/13.png
2011-10-08 11:37:30,470 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 11 entries use 34652160 of 529897881 bytes (6.54%)
2011-10-08 11:37:30,478 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 36495360
2011-10-08 11:37:30,478 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/14.png
2011-10-08 11:37:30,478 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 12 entries use 36495360 of 529897881 bytes (6.89%)
2011-10-08 11:37:30,485 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 38338560
2011-10-08 11:37:30,485 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/15.png
2011-10-08 11:37:30,485 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 13 entries use 38338560 of 529897881 bytes (7.24%)
2011-10-08 11:37:30,490 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1474560 bytes to 39813120
2011-10-08 11:37:30,491 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/16.png
2011-10-08 11:37:30,491 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 14 entries use 39813120 of 529897881 bytes (7.51%)
2011-10-08 11:37:30,496 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 3686400 bytes to 43499520
2011-10-08 11:37:30,496 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/17+18.png
2011-10-08 11:37:30,496 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 15 entries use 43499520 of 529897881 bytes (8.21%)
2011-10-08 11:37:30,512 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 45342720
2011-10-08 11:37:30,512 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/19.png
2011-10-08 11:37:30,512 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 16 entries use 45342720 of 529897881 bytes (8.56%)
2011-10-08 11:37:30,522 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 47185920
2011-10-08 11:37:30,523 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/20.png
2011-10-08 11:37:30,523 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 17 entries use 47185920 of 529897881 bytes (8.90%)
2011-10-08 11:37:30,531 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 49029120
2011-10-08 11:37:30,531 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/21.png
2011-10-08 11:37:30,531 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 18 entries use 49029120 of 529897881 bytes (9.25%)
2011-10-08 11:37:30,533 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 50872320
2011-10-08 11:37:30,534 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/22.png
2011-10-08 11:37:30,534 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 19 entries use 50872320 of 529897881 bytes (9.60%)
2011-10-08 11:37:30,536 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 52715520
2011-10-08 11:37:30,537 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/23.png
2011-10-08 11:37:30,537 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 20 entries use 52715520 of 529897881 bytes (9.95%)
2011-10-08 11:37:30,540 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1474560 bytes to 54190080
2011-10-08 11:37:30,540 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/24.png
2011-10-08 11:37:30,540 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 21 entries use 54190080 of 529897881 bytes (10.23%)
2011-10-08 11:37:30,548 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 2211840 bytes to 56401920
2011-10-08 11:37:30,548 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/25.png
2011-10-08 11:37:30,548 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 22 entries use 56401920 of 529897881 bytes (10.64%)
2011-10-08 11:37:30,565 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1474560 bytes to 57876480
2011-10-08 11:37:30,565 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/26.png
2011-10-08 11:37:30,565 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 23 entries use 57876480 of 529897881 bytes (10.92%)
2011-10-08 11:37:30,575 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 59719680
2011-10-08 11:37:30,575 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/27.jpg
2011-10-08 11:37:30,575 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 24 entries use 59719680 of 529897881 bytes (11.27%)
2011-10-08 11:37:30,956 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 61562880
2011-10-08 11:37:30,956 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/28.jp2
2011-10-08 11:37:30,956 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 25 entries use 61562880 of 529897881 bytes (11.62%)
2011-10-08 11:37:30,983 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 63406080
2011-10-08 11:37:30,983 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/29.gif
2011-10-08 11:37:30,983 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 26 entries use 63406080 of 529897881 bytes (11.97%)
2011-10-08 11:37:31,008 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 65249280
2011-10-08 11:37:31,008 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/30.gif
2011-10-08 11:37:31,008 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 27 entries use 65249280 of 529897881 bytes (12.31%)
2011-10-08 11:37:31,050 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 67092480
2011-10-08 11:37:31,051 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/31.tiff
2011-10-08 11:37:31,051 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 28 entries use 67092480 of 529897881 bytes (12.66%)
2011-10-08 11:37:31,070 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 68935680
2011-10-08 11:37:31,070 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/32.tiff
2011-10-08 11:37:31,070 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 29 entries use 68935680 of 529897881 bytes (13.01%)
2011-10-08 11:37:31,081 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 3686400 bytes to 72622080
2011-10-08 11:37:31,081 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/97+98.png
2011-10-08 11:37:31,081 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 30 entries use 72622080 of 529897881 bytes (13.70%)
2011-10-08 11:37:31,086 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 74465280
2011-10-08 11:37:31,086 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/99.png
2011-10-08 11:37:31,086 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 31 entries use 74465280 of 529897881 bytes (14.05%)
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.tools.ImageCache - memory size increased by 1843200 bytes to 76308480
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.tools.ImageCache - entry added: /Users/agi/Library/Caches/jomic/tests/tests/archives/00/00/00/00/logo.png
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.tools.ImageCache - current cache statistics: 32 entries use 76308480 of 529897881 bytes (14.40%)
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 0: 00/01.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 1: 00/02.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 2: 00/03.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 3: 00/04+05.png: 960x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 4: 00/06.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 5: 00/07.png: 480x512
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 6: 00/08.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 7: 00/09+10.png: 960x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 8: 00/11.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 9: 00/12.png: 960x1280
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 10: 00/13.png: 960x1280
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 11: 00/14.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 12: 00/15.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 13: 00/16.png: 480x512
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 14: 00/17+18.png: 960x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 15: 00/19.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 16: 00/20.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 17: 00/21.png: 480x640
2011-10-08 11:37:31,105 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 18: 00/22.png: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 19: 00/23.png: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 20: 00/24.png: 480x512
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 21: 00/25.png: 576x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 22: 00/26.png: 384x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 23: 00/27.jpg: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 24: 00/28.jp2: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 25: 00/29.gif: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 26: 00/30.gif: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 27: 00/31.tiff: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 28: 00/32.tiff: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 29: 00/97+98.png: 960x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 30: 00/99.png: 480x640
2011-10-08 11:37:31,106 [main] INFO  net.sf.jomic.comic.ComicInfoTest - 31: 00/logo.png: 480x640
2011-10-08 11:37:31,879 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests/tests"
2011-10-08 11:37:31,879 [main] INFO  net.sf.jomic.comic.ComicCache - setup comic cache in "/Users/agi/Library/Caches/jomic/tests/tests/tests" with size 134217728
2011-10-08 11:37:31,880 [main] INFO  net.sf.jomic.tools.ArchiveCache - no cache map found; using new empty map
java.io.FileNotFoundException: /Users/agi/Library/Caches/jomic/tests/tests/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.comic.ComicInfoTest.setUp(ComicInfoTest.java:41)
	at junit.framework.TestCase.runBare(TestCase.java:125)
	at junit.extensions.abbot.ResolverFixture.runBare(ResolverFixture.java:91)
	at junit.extensions.abbot.ComponentTestFixture.runBare(ComponentTestFixture.java:399)
	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:37:31,880 [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:37:31,881 [main] INFO  net.sf.jomic.common.Settings - base cache path = "/Users/agi/Library/Caches/jomic/tests/tests/tests"