Changeset 2542022
- Timestamp:
- Mar 27, 2010, 6:53:46 PM (15 years ago)
- Branches:
- master, client
- Children:
- 47bb508
- Parents:
- 193dfcd
- git-author:
- Alex Dehnert <adehnert@…> (03/27/10 18:53:46)
- git-committer:
- Alex Dehnert <adehnert@…> (03/27/10 18:53:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/finance_core/reporting_tests.sh
rae83758 r2542022 2 2 3 3 methods="annotate aggregate" 4 baseurl=${1:-http://localhost:8001/finance_core/reporting/? term=2010-spring}5 baseurls="$baseurl $baseurl&area=13 $baseurl&layer=30"4 baseurl=${1:-http://localhost:8001/finance_core/reporting/?a=b} 5 baseurls="$baseurl&term=2010-spring $baseurl&area=13 $baseurl&layer=30" 6 6 for testbaseurl in $baseurls; do 7 7 echo $testbaseurl
Note: See TracChangeset
for help on using the changeset viewer.