[pLog-svn] r6664 - plog/branches/lifetype-1.2/class/test/tests/ui
jondaley at devel.lifetype.net
jondaley at devel.lifetype.net
Mon Jun 23 16:30:56 EDT 2008
Author: jondaley
Date: 2008-06-23 16:30:56 -0400 (Mon, 23 Jun 2008)
New Revision: 6664
Modified:
plog/branches/lifetype-1.2/class/test/tests/ui/articlecategoriesui_test.class.php
Log:
bug in the test - need to include the href to actually to see if we are on the right page, since 'new post' exists in the tabs always...
Modified: plog/branches/lifetype-1.2/class/test/tests/ui/articlecategoriesui_test.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/test/tests/ui/articlecategoriesui_test.class.php 2008-06-23 20:25:07 UTC (rev 6663)
+++ plog/branches/lifetype-1.2/class/test/tests/ui/articlecategoriesui_test.class.php 2008-06-23 20:30:56 UTC (rev 6664)
@@ -49,7 +49,7 @@
"op" => "blogSelect",
"blogId" => $this->blog->getId()
),
- "expected" => "New Post",
+ "expected" => "<b><a href=\"?op=newPost\">New Post",
"message" => "The blog could not be selected after the dashboard"
),
"new_category" => Array(
More information about the pLog-svn
mailing list