Browse Source

Add test urls to README

Lari Hotari 11 years ago
parent
commit
252286cdf7
1 changed files with 20 additions and 3 deletions
  1. 20 3
      grails/README.md

+ 20 - 3
grails/README.md

@@ -11,10 +11,27 @@ The tests were run with:
 
 
 
 
 ## Test URLs
 ## Test URLs
-### JSON Encoding Test
+
+### Test type 1: JSON serialization
 
 
 http://localhost:8080/grails/hello/json
 http://localhost:8080/grails/hello/json
 
 
-### Data-Store/Database Mapping Test
+### Test type 2: Single database query
+
+http://localhost:8080/grails/hello/db
+
+### Test type 3: Multiple database queries
+
+http://localhost:8080/grails/hello/queries?queries=10
+
+### Test type 4: Fortunes
+
+http://localhost:8080/grails/hello/fortunes
+
+### Test type 5: Database updates
+
+http://localhost:8080/grails/hello/updates?queries=10
+
+### Test type 6: Plaintext
 
 
-http://localhost:8080/grails/hello/queries?queries=5
+http://localhost:8080/grails/hello/plaintext