diff options
Diffstat (limited to 'src/php/test.php')
-rwxr-xr-x | src/php/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/test.php b/src/php/test.php index 3c6d891..557cba2 100755 --- a/src/php/test.php +++ b/src/php/test.php @@ -102,7 +102,7 @@ $byday->push(new DayPos(-1, kolabformat::Friday)); $rr->setByday($byday); $e1->setRecurrenceRule($rr); $xml = kolabformat::writeEvent($e1); -print $xml; +#print $xml; assertcontains($xml, '<byday>2MO</byday><byday>-1FR</byday>', "Recurrence by weekday"); |