summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Gallery_Installer_Test.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-06-23 23:56:05 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-06-23 23:56:05 -0600
commitc37fc39152ceeb5f4d51f9b297b313847bb445e5 (patch)
treeb27850ad7eff09217f4a9a34379ff3780cd1a19e /modules/gallery/tests/Gallery_Installer_Test.php
parent200e17c884df8c2a265fab828be2ef869e580e35 (diff)
parentf9dbd4eb2feede5381d481f473bf7f0a77b49e4a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/tests/Gallery_Installer_Test.php')
-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() {