@@ -226,31 +226,31 @@ class ReportTest extends AbstractDatabaseTest {
// page & picture
$result=$this->report->process("10.sql = SELECT 'p:form&r=123&a=hello&type=5&L=3&final=world|P:picture.gif' AS _page FROM Person ORDER BY id LIMIT 1");
$this->assertEquals('<a href="index.php?id=form&type=5&L=3&s=badcaffee1234" title="This is a tooltip" '.$js.' >Person</a>',$result);
}
/**
*
*/
publicfunctiontestReportPageTokenEncryption(){
// TODO: implement
}
/**
*
*/
...
...
@@ -1014,7 +1006,7 @@ EOF;
$this->assertEquals("normal text not found normal text not found ",$result);
$result=$this->report->process("10.sql = SELECT 'normal ', 'hidden' AS _hidden, 'text ' FROM Person ORDER BY id\n10.10.sql = SELECT '{{fakeDontExist:V:::{{EDIT_FORM_PAGE:Y}}}} '");
$this->assertEquals("normal text form normal text form ",$result);
$this->assertEquals("normal text {{EDIT_FORM_PAGE:Y}} normal text {{EDIT_FORM_PAGE:Y}} ",$result);