askewseth / Concordanator

A java based application to create and search word concordances of public domain texts.
https://sible777.github.io/Concordanator
MIT License
0 stars 1 forks source link

Bookshelf Fails getAllBookTitles Test and getNumberOfBooks Test #13

Closed corysabol closed 8 years ago

corysabol commented 8 years ago
array lengths differed, expected.length=20 actual.length=0
junit.framework.AssertionFailedError
    at ClassLibrary.BookshelfTest.testGetAllBookTitles(BookshelfTest.java:113)

expected:<20> but was:<0>
junit.framework.AssertionFailedError
    at ClassLibrary.BookshelfTest.testGetNumberOfBooks(BookshelfTest.java:72)

I will dig into this some more tomorrow when it isn't 3am. I know that it was working on your machine, however it does not work on mine. It could be the linux environment, or my test could be bad.

Anyhow we need to address this.

corysabol commented 8 years ago

Still need to retest this.

corysabol commented 8 years ago

Closing as resolved.