Skip to content

Commit

Permalink
MDL-24914: Navigationlib unit test fails due to 'temporary' commentin…
Browse files Browse the repository at this point in the history
…g of function in forum module which was used as example; changing example to data module
  • Loading branch information
sammarshallou committed Nov 1, 2010
1 parent d09cad4 commit 4737925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simpletest/testnavigationlib.php
Expand Up @@ -381,7 +381,7 @@ public function test_load_section_activities() {
public function test_module_extends_navigation() {
$this->cache->test1_extends_navigation = true;
$this->cache->test2_extends_navigation = false;
$this->assertTrue($this->node->exposed_module_extends_navigation('forum'));
$this->assertTrue($this->node->exposed_module_extends_navigation('data'));
$this->assertTrue($this->node->exposed_module_extends_navigation('test1'));
$this->assertFalse($this->node->exposed_module_extends_navigation('test2'));
$this->assertFalse($this->node->exposed_module_extends_navigation('test3'));
Expand Down

0 comments on commit 4737925

Please sign in to comment.