summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-22 13:48:19 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-22 13:48:19 -0700
commitd8fe96d70b938b6d7f226fdd6564b25877558a04 (patch)
treed479c0ee7dfe87a6262de6ea136293194ee1332e /modules
parent18a2ba8b876a354e155df66379403d65da240de6 (diff)
Update version comparison to match latest gallery module version
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/tests/Gallery_Installer_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Gallery_Installer_Test.php b/modules/gallery/tests/Gallery_Installer_Test.php
index 24d24b38..001b7d26 100644
--- a/modules/gallery/tests/Gallery_Installer_Test.php
+++ b/modules/gallery/tests/Gallery_Installer_Test.php
@@ -33,7 +33,7 @@ class Gallery_Installer_Test extends Unit_Test_Case {
$this->assert_equal("gallery", $gallery->name);
// This is probably too volatile to keep for long
- $this->assert_equal(1, $gallery->version);
+ $this->assert_equal(2, $gallery->version);
}
public function install_creates_root_item_test() {