Project

General

Profile

« Previous | Next » 

Revision cb681c20

Added by ko1 (Koichi Sasada) over 5 years ago

restore server[:DocumentRootOptions] setting.

Surprisingly (at least for me), server[:DocumentRootOptions]
on Webrick is global information and it affect the result of
test_short_filename. Random order test fails because of global
information change. I doubt it is bug, but to fix random order
test, I restore the value.