From e87d15cb6119af33ebef567903f555dccb21a9a5 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Fri, 5 Feb 2010 10:25:01 -0500 Subject: [PATCH] improve notebook.lib.test CT#191 --- tests/main/notebook/notebook.lib.test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/main/notebook/notebook.lib.test.php b/tests/main/notebook/notebook.lib.test.php index befeca0c83..78aaec51a2 100644 --- a/tests/main/notebook/notebook.lib.test.php +++ b/tests/main/notebook/notebook.lib.test.php @@ -1,6 +1,6 @@ assertTrue(is_bool($res)); + $this->assertTrue(is_string($res)); ob_end_clean(); //var_dump($res); }