Victor Homyakov - 2011-10-18

Still not fixed? Just

public void assertTitleMatch(String regexp) {
String title = getTestingEngine().getPageTitle();
assertMatch("Unable to match [" + regexp + "] in title '" + title +"'", regexp, title);
}