Directory Statistics for test/org/zilverline/dao/

Back to Index Page

Lines Of Code for test/org/zilverline/dao/

Commits for test/org/zilverline/dao/ (per author)

AuthorRevisionsLines of CodeAdded Lines of CodeLines of Code per Change
Michael Franken15 (100,0%) 124 (100,0%) 222 (100,0%) 8,27

Commit Log

DateAuthorFile/Message
6-11-05 23:56Michael Franken
fixed possible classcastexceptions by using DocumentColection instead of a FilesystemCollection (1 Files changed, 3 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.10 (+3 -2)
6-11-05 23:25Michael Franken
switched to using AbstractDependencyInjectionSpringContextTests (1 Files changed, 15 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.9 (+15 -13)
15-5-05 22:13Michael Franken
updated tests (1 Files changed, 14 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.8 (+14 -1)
11-5-05 0:43Michael Franken
renamed Collection to FileSystemCollection (1 Files changed, 6 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.7 (+6 -6)
19-3-05 1:39Michael Franken
implemented 'automatic' detection of extractors and analyzers on classpath. Initial user.home indexed. (1 Files changed, 3 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.6 (+3 -3)
9-3-05 16:28Michael Franken
updated testcases (2 Files changed, 7 Lines changed)
test/org/zilverline/dao/TestDataSource.java 1.3 removed
test/org/zilverline/dao/TestCollectionDAO.java 1.5 (+7 -6)
7-3-05 21:55Michael Franken
refactored indexing into IndexService, adapted tests (1 Files changed, 9 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.4 (+9 -1)
2-2-05 0:18Michael Franken
updated tests after refactoring (2 Files changed, 16 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.3 (+1 -0)
test/org/zilverline/dao/TestDataSource.java 1.2 (+15 -24)
31-1-05 21:35Michael Franken
replacing hsql/hibernate with xstream dao support (1 Files changed, 6 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.2 (+6 -27)
26-1-05 8:08Michael Franken
refactored all 'indirect setters and getters' of Collection into one with 'WithManagerDefaults' in the name (2 Files changed, 119 Lines changed)
test/org/zilverline/dao/TestCollectionDAO.java 1.1 added 119
test/org/zilverline/dao/CollectionDAOTest.java 1.2 removed
25-1-05 11:59Michael Franken
updated tests after introuctin of DAOs (2 Files changed, 24 Lines changed)
test/org/zilverline/dao/TestDataSource.java 1.1 added
test/org/zilverline/dao/CollectionDAOTest.java 1.1 added