1
2do_request "file:///home/tils/tmp.html"
3
4debug [response text]
5
6assert { [regexp -nocase {.*(<tr[^>]*>.*?calendar.*?</tr>)} [response full] match calendar_line] }
7assert { [string first "Enabled" $calendar_line] > -1 }
8