blob: c0c9f709118d754d419cb86a008c82cc7304b1dc [file] [log] [blame]
# $Id$
set testfilename1 broken.rvt
::tcltest::test broken-1.1 {error page test} {
apachetest::start {} {} {
catch {
set page [::http::geturl "${urlbase}$testfilename1"]
set match [string trim [::http::data $page]]
}
}
set match
} {<PRE>
<HR>invalid command name "broken"
while executing
"broken"
(in namespace eval "::request" script line 5)
invoked from within
"namespace eval request {
puts -nonewline ""
# non-existant command
broken
puts -nonewline "
"
}"<HR>
<P><B>OUTPUT BUFFER:</B></P>
namespace eval request {
puts -nonewline ""
# non-existant command
broken
puts -nonewline "
"
}
</PRE>}