summaryrefslogtreecommitdiff
path: root/core/tests/Var_Test.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-11 16:09:49 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-11 16:09:49 +0000
commit773d7024eb57765822e345380be7682ce5f14d17 (patch)
treec1ec4e4ca860b63f52a736ba678a5e795d381bca /core/tests/Var_Test.php
parente84a0ebe46e0cc3ddf070084da28ed2d62256ed8 (diff)
Correct test
Diffstat (limited to 'core/tests/Var_Test.php')
-rw-r--r--core/tests/Var_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tests/Var_Test.php b/core/tests/Var_Test.php
index 05945089..bd4e360b 100644
--- a/core/tests/Var_Test.php
+++ b/core/tests/Var_Test.php
@@ -29,6 +29,6 @@ class Var_Test extends Unit_Test_Case {
$core = module::get("core");
$expected = array("Parameter" => "updated value", "Parameter2" => "new parameter");
- $this->assert_equal($expected, $core->parameters->select_list("name", "value"));
+ $this->assert_equal($expected, $core->vars->select_list("name", "value"));
}
} \ No newline at end of file