Skip to content

Commit

Permalink
Test script
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNicollet committed Nov 1, 2011
1 parent e0ffd98 commit c1fd34b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test.sh
@@ -0,0 +1,10 @@
#!/bin/sh
curl http://localhost:7456/ && echo ''
curl http://localhost:7456/_all && echo ''
curl http://localhost:7456/foo && echo ''
curl -X POST http://localhost:7456/foo -d 'method=PUT' && echo ''
curl http://localhost:7456/foo && echo ''
curl http://localhost:7456/_all && echo ''
curl -X POST http://localhost:7456/foo -d 'method=DELETE' && echo ''
curl http://localhost:7456/foo && echo ''
curl http://localhost:7456/_all && echo ''

0 comments on commit c1fd34b

Please sign in to comment.