On Mon, 2008-11-10 at 22:56 -0500, Philip M. Gollucci wrote:
> [are all my solaris fixes on the 2_10 branch ?]
Not sure. What should I be looking for?
BTW, I'm getting test failures:
---------------------------------
t/request........NOK 34/36# Failed test 34 in t/request.t at line 93
fail #2
# Failed test 36 in t/request.t at line 118 fail #2
t/request........FAILED tests 34,
36
Failed 2/36 tests, 94.44% okay
---------------------------------
This is the code:
---------------------------------
ok t_cmp(filter_content POST_BODY("/index.html?test=16", content =>
"post+data=foo;more=$filler;test=output+filter+POST"),
<<EOT,
ARGS:
\ttest => 16
BODY:
\tpost data => foo
\tmore => $filler
\ttest => output filter POST
EOT
"output filter POST");
---------------------------------
and
---------------------------------
ok t_cmp($body, $index_html . <<EOT, "redirect /index.txt (POST)");
--APREQ OUTPUT FILTER--
ARGS:
\tfoo => quux
BODY:
\tquux => $filler
\tlocation => /index.html?foo=quux
\tfoo => $filler
EOT
---------------------------------
Any ideas?
--
Bojan