You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Tomislav Jukic <t0...@hotmail.com> on 2002/03/05 19:04:14 UTC

WebDAV compliance test on jakarta-slide 1.0.16

FYI:

When I run litmus WebDAV compliance scripts on jakarta-slide, MKCOL with 
weird body does not fail. This is probably not a big deal with real client 
applications, but it would be good if slide WebDAV implementation is fully 
WebDAV compliant.



http://www.webdav.org/neon/litmus/


(cd libneon && make) || exit 1
make[1]: Entering directory `/opt/litmus-0.5/libneon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/opt/litmus-0.5/libneon'
gcc  -o basic src/basic.o -L. -ltest -Llibneon -lneon  -L/usr/lib -lxml2 -lz 
-L/lib -lm
gcc  -o copymove src/copymove.o -L. -ltest -Llibneon -lneon  -L/usr/lib 
-lxml2 -lz -L/lib -lm
gcc  -o props src/props.o -L. -ltest -Llibneon -lneon  -L/usr/lib -lxml2 -lz 
-L/lib -lm
gcc  -o locks src/locks.o -L. -ltest -Llibneon -lneon  -L/usr/lib -lxml2 -lz 
-L/lib -lm
gcc  -o http src/http.o -L. -ltest -Llibneon -lneon  -L/usr/lib -lxml2 -lz 
-L/lib -lm
-> running `basic':
0. init.................. pass
1. begin................. pass
2. options............... pass
3. put_get............... pass
4. mkcol_over_plain...... pass
5. delete................ pass
6. delete_null........... pass
7. mkcol................. pass
8. mkcol_again........... pass
9. delete_coll........... pass
10. mkcol_no_parent....... pass
11. mkcol_with_body....... FAIL (MKCOL with weird body must fail 
(RFC2518:8.3.1))
12. finish................ pass
<- summary for `basic': of 13 tests run: 12 passed, 1 failed. 92.3%

Thanks,
Tomislav Jukic

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: WebDAV compliance test on jakarta-slide 1.0.16

Posted by Christopher Lenz <cm...@gmx.de>.
Hey Tomislav,

thanks for reporting this. I've installed litmus-0.5, ran the tests 
and reproduced the failure. The fix is in CVS (well, at least the 
litmus test passes and Web-Folders is still working ;>).

There are still 2 litmus tests failing in 'props':
3. propfind_invalid2 (req w/ill-formed XML got 207 response not 400)
15. propget (No value given for property {}nonamespace)
but I've not yet figured out what they exactly refer to.

Hmm, do you happen to know where the Litmus test-cases are documented 
?

05.03.2002 19:04:14, "Tomislav Jukic" <t0...@hotmail.com> wrote:
>FYI:
>
>When I run litmus WebDAV compliance scripts on jakarta-slide, MKCOL 
with 
>weird body does not fail. This is probably not a big deal with real 
client 
>applications, but it would be good if slide WebDAV implementation is 
fully 
>WebDAV compliant.
>
>
>
>http://www.webdav.org/neon/litmus/
>
>
>(cd libneon && make) || exit 1
>make[1]: Entering directory `/opt/litmus-0.5/libneon'
>make[1]: Nothing to be done for `all'.
>make[1]: Leaving directory `/opt/litmus-0.5/libneon'
>gcc  -o basic src/basic.o -L. -ltest -Llibneon -lneon  -L/usr/lib -
lxml2 -lz 
>-L/lib -lm
>gcc  -o copymove src/copymove.o -L. -ltest -Llibneon -lneon  -
L/usr/lib 
>-lxml2 -lz -L/lib -lm
>gcc  -o props src/props.o -L. -ltest -Llibneon -lneon  -L/usr/lib -
lxml2 -lz 
>-L/lib -lm
>gcc  -o locks src/locks.o -L. -ltest -Llibneon -lneon  -L/usr/lib -
lxml2 -lz 
>-L/lib -lm
>gcc  -o http src/http.o -L. -ltest -Llibneon -lneon  -L/usr/lib -
lxml2 -lz 
>-L/lib -lm
>-> running `basic':
>0. init.................. pass
>1. begin................. pass
>2. options............... pass
>3. put_get............... pass
>4. mkcol_over_plain...... pass
>5. delete................ pass
>6. delete_null........... pass
>7. mkcol................. pass
>8. mkcol_again........... pass
>9. delete_coll........... pass
>10. mkcol_no_parent....... pass
>11. mkcol_with_body....... FAIL (MKCOL with weird body must fail 
>(RFC2518:8.3.1))
>12. finish................ pass
><- summary for `basic': of 13 tests run: 12 passed, 1 failed. 92.3%
>
>Thanks,
>Tomislav Jukic
>

-chris
________________________________________________________________
cmlenz at gmx.de



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>