@Test
public void testTitle()
{
String expectedHeader = "<html> <head> <title> 403 </title> </head>";
Authenticator auth = new BasicAuth();
try {
auth.login("this shoud break it!");
}
catch(WPISuiteException e)
{
String error = this.formatter.formatContent(e);
String statusCode = String.valueOf(e.getStatus());