Added the old unit tests from the old Photos application again.
authorErik Brakkee <erik@brakkee.org>
Sun, 22 Sep 2013 18:31:43 +0000 (20:31 +0200)
committerErik Brakkee <erik@brakkee.org>
Sun, 22 Sep 2013 18:31:43 +0000 (20:31 +0200)
commit8c73cdd2b64e2bb86183a21e175fd0a14717529c
tree226ac5ed6be33ab93bea2f4b54a54540ae13f11e
parent8b1bc175311d80b5ca67d8f6ee8a266428cb5fa3
Added the old unit tests from the old Photos application again.
27 files changed:
pom.xml
src/main/java/org/wamblee/photos/model/filesystem/FileSystemAlbum.java
src/test/java/org/wamblee/photos/model/AlbumEhCacheTest.java [new file with mode: 0644]
src/test/java/org/wamblee/photos/model/AlbumTest.java [new file with mode: 0644]
src/test/java/org/wamblee/photos/model/AlbumZeroCacheTest.java [new file with mode: 0644]
src/test/resources/albumdata/Album1/Nested/fotos/mondeo.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album1/Nested/thumbnails/mondeo_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album1/fotos/100_0162.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album1/fotos/100_0179.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album1/thumbnails/100_0162_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album1/thumbnails/100_0179_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/Album2/c.txt [new file with mode: 0644]
src/test/resources/albumdata/Album2/fotos/a.txt [new file with mode: 0644]
src/test/resources/albumdata/Album2/thumbnails/b.txt [new file with mode: 0644]
src/test/resources/albumdata/AlbumMissingThumbnail/fotos/100_0162.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumMissingThumbnail/thumbnails/.empty [new file with mode: 0644]
src/test/resources/albumdata/AlbumPhotoMissing/fotos/.empty [new file with mode: 0644]
src/test/resources/albumdata/AlbumPhotoMissing/thumbnails/100_0179_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/Nested/fotos/mondeo.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/Nested/thumbnails/mondeo_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/fotos/100_0162.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/fotos/100_0179.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/thumbnails/100_0162_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/AlbumRemove/thumbnails/100_0179_thumb.jpg [new file with mode: 0644]
src/test/resources/albumdata/a.jpg [new file with mode: 0644]
src/test/resources/albumdata/b.jpg [new file with mode: 0644]
src/test/resources/albumdata/c.jpg [new file with mode: 0644]