You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The net/webdav tests are failing, I suspect because of a map ordering assumption in the test.
xml_test.go:355: section 9.1.3: XML body
got "<?xml version=\"1.0\" encoding=\"UTF-8\"?><D:multistatus xmlns:D=\"DAV:\"><response xmlns=\"DAV:\"><href>http://example.com/foo</href><propstat><prop xmlns=\"\"><bigbox xmlns=\"http://ns.example.com/boxschema/\"><BoxType xmlns=\"http://ns.example.com/boxschema/\">Box type A</BoxType></bigbox><author xmlns=\"http://ns.example.com/boxschema/\"><Name xmlns=\"http://ns.example.com/boxschema/\">J.J. Johnson</Name></author></prop><status>HTTP/1.1 200 OK</status></propstat><propstat><prop xmlns=\"\"><DingALing xmlns=\"http://ns.example.com/boxschema/\"></DingALing><Random xmlns=\"http://ns.example.com/boxschema/\"></Random></prop><status>HTTP/1.1 403 Forbidden</status><responsedescription> The user does not have access to the DingALing property.</responsedescription></propstat></response><D:responsedescription> There has been an access violation error.</D:responsedescription></D:multistatus>"
want "<?xml version=\"1.0\" encoding=\"UTF-8\"?><D:multistatus xmlns:D=\"DAV:\"><response xmlns=\"DAV:\"><href xmlns=\"DAV:\">http://example.com/foo</href><propstat xmlns=\"DAV:\"><prop><bigbox xmlns=\"http://ns.example.com/boxschema/\"><BoxType xmlns=\"http://ns.example.com/boxschema/\">Box type A</BoxType></bigbox><author xmlns=\"http://ns.example.com/boxschema/\"><Name xmlns=\"http://ns.example.com/boxschema/\">J.J. Johnson</Name></author></prop><status xmlns=\"DAV:\">HTTP/1.1 200 OK</status></propstat><propstat xmlns=\"DAV:\"><prop><DingALing xmlns=\"http://ns.example.com/boxschema/\"></DingALing><Random xmlns=\"http://ns.example.com/boxschema/\"></Random></prop><status xmlns=\"DAV:\">HTTP/1.1 403 Forbidden</status><responsedescription xmlns=\"DAV:\"> The user does not have access to the DingALing property.</responsedescription></propstat></response><D:responsedescription> There has been an access violation error.</D:responsedescription></D:multistatus>"
FAIL
FAIL golang.org/x/net/webdav 0.426s
The net/webdav tests are failing, I suspect because of a map ordering assumption in the test.
/cc @nigeltao
The text was updated successfully, but these errors were encountered: