Created
August 24, 2010 21:38
-
-
Save sprice/548376 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git atrium/tests/atrium.test atrium/tests/atrium.test | |
index 51ea730..da5d38f 100644 | |
--- atrium/tests/atrium.test | |
+++ atrium/tests/atrium.test | |
@@ -77,7 +77,7 @@ class AtriumTest extends AtriumWebTestCase { | |
*/ | |
function test403() { | |
$this->drupalLogout(); | |
- $this->drupalGet('node'); | |
+ $this->drupalGet("node/{$this->atriumGroups['private']->nid}"); | |
$this->assertText(t('Username')); | |
$this->assertText(t('Password')); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment