Hello,
While running the SVN1.3.0 test suite on Windows against a Windows Apache
server I see that several tests are failing because neon passes my windows
credentials to the apache server (this is actually a good thing!) and
ignoring completely the --username and -- password switch from the svn
cmdclient.
CMD: svnadmin.exe "create" "svn-test-work\local_tmp\repos"
"--bdb-txn-nosync" <TIME = 0.211000>
CMD: svn.exe "import" "--username" "jrandom" "--password" "rayjandom" "-m"
"Log message for revision 1." "svn-test-work\local_tmp\greekfiles"
"http://localhost/svn-test-work/local_tmp/repos" "--config-dir"
"D:\Develop\Subversion\Release\subversion\tests\clients\cmdline\svn-test-wor
k\local_tmp\config" <TIME = 2.623000>
.
.
.
CMD: svn.exe "log" "svn-test-work\working_copies\stat_tests-17\iota" "--xml"
"-rHEAD" "--config-dir"
"D:\Develop\Subversion\Release\subversion\tests\clients\cmdline\svn-test-wor
k\local_tmp\config" <TIME = 1.091000>
CMD: svn.exe "status" "svn-test-work\working_copies\stat_tests-17\iota"
"--xml" "-u" "--config-dir"
"D:\Develop\Subversion\Release\subversion\tests\clients\cmdline\svn-test-wor
k\local_tmp\config" <TIME = 1.031000>
ERROR: expected: <author>jrandom</author>
actual: <author>ds10\jpeters</author>
FAIL: stat_tests.py 17: status output in XML format
The httpd.conf setting for the test suite repositories are the ones from the
INSTALL document.
Are these results expected with neon sspi support?
Regards,
Jens
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 3 18:19:09 2006