summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Gallery_Installer_Test.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-22 15:03:28 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-22 15:03:28 -0700
commit34ff60a039ee406ed77ff4b66608ce6b65ba727e (patch)
tree09af4d3377e6fa29282cb18e5894204c3e273b63 /modules/gallery/tests/Gallery_Installer_Test.php
parent6b552fb07c8a162c9755895c132c6985c9dd1ddc (diff)
parentec61cd5031c01028dee3435d6b25430ab068ec01 (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() {