Hi Stefano, we know that the testsuite is still full of Tamino-specific stuff. We would like to clean it up but, unfortunately, didn't find time to get hands on so far ... SORRY! I just checked in a "slightly" cleaned-up version of tprocessor.cmd ... but it still contains a Tamino-specific configuration for davauth=urm. URM is the name of the user DB we are using. We would like to keep it in for a while, please.
Please, for now, use davauth=default or =none and adapt these 2 types to your needs. So, the tprocessor could be called like: tprocessor -davauth default -davuser john -davpassword john -pattern *cases\\DeltaV* Thanks, Peter > -----Original Message----- > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED] > Sent: Saturday, November 29, 2003 12:51 > To: Slide Developers Mailing List > Subject: Re: cvs commit: jakarta-slide/testsuite/bin TProcessor.CMD > > > > On 28 Nov 2003, at 12:49, [EMAIL PROTECTED] wrote: > > > juergen 2003/11/28 03:49:27 > > > > Modified: testsuite/bin TProcessor.CMD > > Log: > > removed last changes for auth=urm. This parameters are > necessary to > > support groups and roles with the tests (eckehard) > > > > Revision Changes Path > > 1.26 +2 -2 jakarta-slide/testsuite/bin/TProcessor.CMD > > > > Index: TProcessor.CMD > > > =================================================================== > > RCS file: /home/cvs/jakarta-slide/testsuite/bin/TProcessor.CMD,v > > retrieving revision 1.25 > > retrieving revision 1.26 > > diff -u -r1.25 -r1.26 > > --- TProcessor.CMD 25 Nov 2003 10:17:38 -0000 1.25 > > +++ TProcessor.CMD 28 Nov 2003 11:49:26 -0000 1.26 > > @@ -211,9 +211,9 @@ > > if "%DAV_AUTH%" == "taminogroup" set > > ROOT_USER_PATH=/%DAV_NAME%/administration/security/userdb > > if "%DAV_AUTH%" == "taminogroup" set > > USER_PATH=%ROOT_USER_PATH%/users/%DAV_USER% > > > > -if "%DAV_AUTH%" == "urm" set ROOT_USER_PATH=/%DAV_NAME%/userdb > > +if "%DAV_AUTH%" == "urm" set > > ROOT_USER_PATH=/%DAV_NAME%/administration/security/userdb > > if "%DAV_AUTH%" == "urm" set > > USER_PATH=%ROOT_USER_PATH%/users/%DAV_USER% > > -if "%DAV_AUTH%" == "urm" set ACTION_PATH=/%DAV_NAME%/actions > > +if "%DAV_AUTH%" == "urm" set > > ACTION_PATH=/%DAV_NAME%/administration/security/actions > > Juergen, > > a question: I don't have a path > /administration/security/actions|userdb > in my Slide [and was hurt a lot by that since I failed many ACL tests > because of this before understanding what was going on]. is this > tamino-specific stuff or just specific to your configuration? > > The reason for my asking is that I think that tests should run out of > the box and any special feature should be added. Today, I think the > scripts have the "tamino-friendly" values hardcoded and the > plain-slide-friendly values that have to be interted by the users. > > I would very much like if that opposite was true. > > But maybe I'm missing something. > > -- > Stefano. >
