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
* Add some test of how registired resources interactwith eachother.
* Add a test case for #308
* Make more picky warning settings happy.
* Make lint happy.
* Correct a test cases for -DCASE_INSENSITIVE
Also add a comment that the non `-DCASE_INSENSITIVE` testcases is probably wrong.
* Make lint happy about the TODO
Really this should be assigned to an issue report, not a person, because nobody has agreed to fix it yet.
I fixed some other issues. This one is still there because I gave up before firing out how to solve it (and because I'm not using that type of pattern):
Prerequisites
Description
This test here is in error because that map is populated with the URL including the regexp pattern.
This results in a url that includes the same text as the regex pattern matching, even if that text isn't matched by the regex.
Steps to Reproduce
Add the following to
test/integ/basic.cpp
(2ea297f):Expected behavior: HTTP 404 (assuming the RE pattern doesn't match itself).
Actual behavior: HTTP 200
Reproduces how often: 100%
Versions
Current master branch
The text was updated successfully, but these errors were encountered: