summaryrefslogtreecommitdiff
path: root/modules/gallery/tests/Album_Helper_Test.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2010-01-18 12:54:26 -0800
committerBharat Mediratta <bharat@menalto.com>2010-01-18 12:54:26 -0800
commitebb909625c348d4f3e4f91cd743426970835939c (patch)
tree5c0048471f6090469d8ecdcf4941269bd48a9df1 /modules/gallery/tests/Album_Helper_Test.php
parentdc286cc2bd96a70505c16487905b4aae761feeff (diff)
parent9384f987bb96d0d39787ff9d3d16a70c01cd76e0 (diff)
Merge branch 'master' into bharat_dev
Diffstat (limited to 'modules/gallery/tests/Album_Helper_Test.php')
-rw-r--r--modules/gallery/tests/Album_Helper_Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/tests/Album_Helper_Test.php b/modules/gallery/tests/Album_Helper_Test.php
index 1284b8cc..ef0905da 100644
--- a/modules/gallery/tests/Album_Helper_Test.php
+++ b/modules/gallery/tests/Album_Helper_Test.php
@@ -38,7 +38,7 @@ class Album_Helper_Test extends Unit_Test_Case {
}
public function create_conflicting_album_test() {
- $rand = rand();
+ $rand = "name_" . rand();
$root = ORM::factory("item", 1);
$album1 = album::create($root, $rand, $rand, $rand);
$album2 = album::create($root, $rand, $rand, $rand);