Re: jWebUnit (more)
Re: jWebUnit (more)
- Subject: Re: jWebUnit (more)
- From: Kaj Hejer <email@hidden>
- Date: Fri, 7 May 2004 17:12:02 +0200
At 10:14 -0500 06-05-04, John Spicer wrote:
OK, having more success with this. Seems that elements (buttons,
fields), you can use the name parameter of the WO component, but for
forms you can't. For those you have to add another binding called
"id" and then jWebUnit can find it.
I still have one issue. Each time you run the WO project you get a
different URL:
http://192.168.0.8:49311/cgi-bin/WebObjects/
for example, if I run it again the 49311 will be different. I
assume that's a port number randomly generated.
Is there a way to get a fixed one? Otherwise I have to change the
script each time and that's a pain!
Add -WOPort 8080 (or some other portnumber :) to the parameters used
when starting the app.
-Kaj :)
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.