More tests and some fixes

This commit is contained in:
hns 2009-09-18 19:09:52 +00:00
parent e68e058e6a
commit 98aff5cd1a
5 changed files with 118 additions and 9 deletions

View file

@ -24,13 +24,15 @@ generic.local.1 = $prototype
generic.foreign.1 = person_generic_prototype
generic.local.2 = $id
generic.foreign.2 = person_generic_id
generic.order = person_name
groupedGeneric = collection(Person)
groupedGeneric.local.1 = $prototype
groupedGeneric.foreign.1 = person_generic_prototype
groupedGeneric.local.2 = $id
groupedGeneric.foreign.2 = person_generic_id
groupredGeneric.group = person_name
groupedGeneric.group = person_name
groupedGeneric.group.order = person_name
name = org_name
country = org_country

View file

@ -1 +1,3 @@
baseUri = http://localhost:8080/test/
# hard-code cache size to default value to make sure there's some cache rotation
cacheSize = 500