forked from manveru/ramaze
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
There are two failing tests in Ramaze 2012.12.08:
- spec/ramaze/log/syslog.rb
Syslog should escape % sequences [FAILED]
Bacon::Error: "ramaze_syslog_test[1802]: Hello Cruel |\xC3\xA9vil| \xE6\x88\x88 REAL %s World\n".==("ramaze_syslog_test[1802]: Hello Cruel |\u00E9vil| \u6208 REAL %s World\n") failed
- spec/ramaze/dispatcher/directory.rb
Directory listing should dry serve root directory [FAILED]
Bacon::Error: [["../", "Parent Directory"], ["favicon.ico", "favicon.ico"], ["file+name.txt", "file name.txt"], ["test/", "test/"], ["test_download.css", "test_download.css"]].==([["../", "Parent Directory"], ["/favicon.ico", "favicon.ico"], ["/file+name.txt", "file name.txt"], ["/test/", "test/"], ["/test_download.css", "test_download.css"]]) failed
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels