Directory Statistics for src/test/com/photostructure/model/

Back to Index Page

Lines Of Code for src/test/com/photostructure/model/

Commits for src/test/com/photostructure/model/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
matthewm34 (100.0%) 426 (100.0%) 1023 (100.0%) 12.53

Commit Log

DateAuthorFile/Message
1/2/06 8:26 AMmatthewm
changed tests to support full context teardown/buildup (2 Files changed, 46 Lines changed)
src/test/com/photostructure/model/AssetImplTest.java 1.2 (+12 -16)
src/test/com/photostructure/model/AssetLabelTest.java 1.13 (+34 -44)
12/17/05 11:02 PMmatthewm
reassertions (1 Files changed, 28 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.12 (+28 -16)
11/25/05 9:29 PMmatthewm
chkpt. Passes. (1 Files changed, 8 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.11 (+8 -8)
11/25/05 9:15 PMmatthewm
chkpt (3 Files changed, 181 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.10 (+88 -56)
src/test/com/photostructure/model/AssetImplTest.java 1.1 added 93
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.11 removed
9/15/05 1:10 AMmatthewm
tweaks (1 Files changed, 3 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.9 (+3 -18)
9/4/05 1:01 PMmatthewm
added testLeafLabelsOnJpegAsset (which was a bug exposed in hibernate 3.0) (1 Files changed, 74 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.8 (+74 -4)
9/4/05 1:01 PMmatthewm
moved to AssetLabelTest (1 Files changed, 2 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.10 (+2 -41)
9/2/05 9:42 AMmatthewm
addet label test didn't support atomic tests (had to merge the tests that depended on eachother into a single method) (1 Files changed, 164 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.7 (+164 -154)
8/29/05 8:59 PMmatthewm
fixed test to pass with Hibernate 3 (1 Files changed, 3 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.6 (+3 -3)
8/29/05 8:58 PMmatthewm
commented out getRating() (1 Files changed, 13 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.9 (+13 -13)
4/1/05 10:03 PMmatthewm
fixed fetching-assets-chronologically-nearby. (1 Files changed, 2 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.8 (+2 -2)
3/26/05 8:41 PMmatthewm
Added AssetLabelMapping (which required extensive rework of the DAO impl, including heavy use of JdbcTemplate), removed unused DAO methods, added idea of "SqlConstraint" and hooked it into ViewFilter, fixed stream stutter squelching, and added a bunch more tests. (2 Files changed, 7 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.7 (+4 -2)
src/test/com/photostructure/model/AssetLabelTest.java 1.5 (+3 -3)
2/19/05 9:37 AMmatthewm
renamed assetlabel to label (assetlabel will be the asset-label mapping table entries) (2 Files changed, 31 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.4 (+23 -23)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.6 (+8 -8)
12/23/04 2:58 PMmatthewm
chkpt (2 Files changed, 68 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.5 (+63 -3)
src/test/com/photostructure/model/AssetLabelTest.java 1.3 (+5 -4)
11/18/04 8:54 AMmatthewm
added test for caption (1 Files changed, 16 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.4 (+16 -2)
11/8/04 8:41 PMmatthewm
render tweaks, and added rotation links (1 Files changed, 11 Lines changed)
src/test/com/photostructure/model/AssetLabelTest.java 1.2 (+11 -5)
11/2/04 8:09 AMmatthewm
chkpt (3 Files changed, 249 Lines changed)
src/test/com/photostructure/model/AssetTagTest.java 1.6 removed
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.3 (+18 -18)
src/test/com/photostructure/model/AssetLabelTest.java 1.1 added 231
10/30/04 10:37 AMmatthewm
added more tests for getLeafTags() (1 Files changed, 28 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.2 (+28 -8)
10/30/04 7:55 AMmatthewm
added compareTo test (1 Files changed, 36 Lines changed)
src/test/com/photostructure/model/AssetTagTest.java 1.5 (+36 -12)
10/19/04 2:22 AMmatthewm
added getLeafTags test (1 Files changed, 8 Lines changed)
src/test/com/photostructure/model/AlbumAssetImplTest.java 1.1 added