[railroad-dev] I got some errors in installing RailRoad
JR
jrcourtois at jrcourtois.net
Tue Jan 25 16:05:18 MET 2005
I am sorry, I still haven't installed Railroad.
I was wrong with the installation of the webdav which needed a file
called DavLockDB
and the correct rights on it.
I now can connect with cadaver, but pydavclient still give me some
failure and error...
That seems very dark to me, maybe you can help me.
[sgi4:~/Desktop/pydavclient-0.1] jrc% python test.py
http://localhost:82/rrr/repo/
Testing on server: localhost:82
Path: /rrr/repo/
Collection URL: http://localhost:82/rrr/repo/
File URL: http://localhost:82/rrr/repo/testfile
User: admin
Password:
F..FE..F......
======================================================================
ERROR: Test DAVResource set/read/delete properties.
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.py", line 194, in test_04_DAVResource_03_prop_set_and_del
self.failIf( v, "A value returned for property %s!" % pn)
TypeError: not all arguments converted during string formatting
======================================================================
FAIL: Test connection to a WebDAV server using the OPTIONS method.
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.py", line 86, in test_01_Connection
self.failIf(len(data) > 0, "OPTIONS request returned data of length
%d!" % len(data))
File "/opt/local/lib/python2.3/unittest.py", line 274, in failIf
if expr: raise self.failureException, msg
AssertionError: OPTIONS request returned data of length 844!
======================================================================
FAIL: Test DAVResource property reading.
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.py", line 143, in test_03_DAVResource_03_propfind
self.fail("No error while looking for property %s!" % pn[0])
File "/opt/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: No error while looking for property xxxx!
======================================================================
FAIL: Test DAVCollection initialization which should fail.
----------------------------------------------------------------------
Traceback (most recent call last):
File "test.py", line 251, in test_02_DAVCollection_01_init_fail
self.fail("URL is not a collection!")
File "/opt/local/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: URL is not a collection!
----------------------------------------------------------------------
Ran 14 tests in 27.906s
FAILED (failures=3, errors=1)
--
JR
aka renard
More information about the railroad-dev
mailing list