Forum OpenACS Development: Re: Xowiki Regression Test

Collapse
3: Re: Xowiki Regression Test (response to 1)
Posted by Dave Bauer on
Hmmm.

I doubled checked and I have the most up to date test.tcl.

I restarted aolserver also and it did not help I still get this error:

"ConnectionContext require -package_id $package_id -user_id $user_id -paramete
r $parameter -url $url -actual_query $actual_query"
(procedure "initialize" line 14)
::xowiki::Package ::xo::PackageMgr->initialize
invoked from within
"::xowiki::Package initialize -parameter $index_vuh_parms -package_id $info(pac
kage_id) -url /$instance_name/en/index -actual_query "" -user_id 0"
("uplevel" body line 152)
invoked from within
"uplevel {
# regression test for xowiki

My previous install of xowiki seems to work OK, its just not passing the tests. I am not sure if this is a problem that will come up later so I would like to figure out what's causing the test to fail.

Collapse
4: Re: Xowiki Regression Test (response to 3)
Posted by Gustaf Neumann on
Dave, I have provided a fix for this in CVS head. I could reproduce the behavior you reported above with the released version of XOTcl. It was a strange bug with argument passing and shimmering, most only reproducible with the regression test.

While testing, i found another strange problem with the site-nodes. There seem to be cases in the version of openacs in cvs head, where "site_node::exists_p" returns false, but the entry exists in the the site_note table. The new version of the regression test tries to fix such cases as well...

Collapse
5: Re: Xowiki Regression Test (response to 4)
Posted by Dave Bauer on
Thank you Gustaf. It works perfectly. As always you assisstance is appreciated.