summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-02-27 02:50:07 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-02-27 02:50:07 +0000
commit0b055835fdecd9e560784ee23afa480328d8e742 (patch)
treef67f194e23167ae38b02e1dd35bee34a70078bf0 /core
parentacdc724fc83052bced312c0d09d76166305e1729 (diff)
Remove commented code
Correct unbalanced brackets
Diffstat (limited to 'core')
-rw-r--r--core/tests/Core_Installer_Test.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/tests/Core_Installer_Test.php b/core/tests/Core_Installer_Test.php
index 89fe1f8e..79ae4a0c 100644
--- a/core/tests/Core_Installer_Test.php
+++ b/core/tests/Core_Installer_Test.php
@@ -37,9 +37,6 @@ class Core_Installer_Test extends Unit_Test_Case {
}
public function install_creates_root_item_test() {
- //$max_right =
- // Database::instance()->query("SELECT MAX(`right`) AS `right` FROM items")->current()->right;
-
$max_right = ORM::factory("item")
->select("MAX(`right`) AS `right`")
->find()->right;