summaryrefslogtreecommitdiff
path: root/modules/path/path.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/path/path.test')
-rw-r--r--modules/path/path.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/path/path.test b/modules/path/path.test
index 1cdd72692..48ff0eee8 100644
--- a/modules/path/path.test
+++ b/modules/path/path.test
@@ -132,6 +132,7 @@ class PathTestCase extends DrupalWebTestCase {
// Check to make sure the node was created.
$node = node_load(array('title' => $edit['title']));
+
$this->assertNotNull(($node === FALSE ? NULL : $node), 'Node found in database. %s');
return $node;