summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2013-03-30 13:01:03 -0400
committerDavid Rothstein <drothstein@gmail.com>2013-03-30 13:01:03 -0400
commit5177237f58d129f9348af723de886168f73f6a43 (patch)
tree5ed57d6f1b4639956e9bbf33c9c16aca38b3b60d /modules/forum
parent20a45b1117e28f4458fd72de81eb8ec0173d9b99 (diff)
downloadbrdo-5177237f58d129f9348af723de886168f73f6a43.tar.gz
brdo-5177237f58d129f9348af723de886168f73f6a43.tar.bz2
Issue #1429442 by Jody Lynn, mathankumarc, gnuget, nrambeck, dcam | sun: Fixed Access denied page shown after submitting form that creates a unpublished node.
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 6937c623d..a658377fe 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -677,6 +677,7 @@ class ForumIndexTestCase extends DrupalWebTestCase {
'status' => FALSE,
);
$this->drupalPost("node/{$node->nid}/edit", $edit, t('Save'));
+ $this->drupalGet("node/{$node->nid}");
$this->assertText(t('Access denied'), 'Unpublished node is no longer accessible.');
// Verify that the node no longer appears on the index.