Ignore:
Timestamp:
Nov 11, 2010, 8:36:28 AM (13 years ago)
Author:
Gregory Vincic
Message:

Adding tests for many projects

Location:
trunk/client/servlet/test/src/webservice/tests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/test/src/webservice/tests/t10.sh

    r3486 r3976  
    66echo "Name" > $B
    77echo "$name" >> $B
    8 PUT "$B" "$resource/files?username=root&password=root&impersonate=demo"
     8PUT "$B" "$resource/files?username=root&password=root&impersonate=$user"
    99GET "$C" "$resource/files?$auth&select=Id&whereName==${i}_$name"
    1010diff=`diff $A $C`;
Note: See TracChangeset for help on using the changeset viewer.