mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-06-18 07:39:54 -04:00
Rename columns that use reserved SQL words : items.left and items.right
This commit is contained in:
@@ -43,8 +43,8 @@ class Photo_Helper_Test extends Unit_Test_Case {
|
||||
$this->assert_equal($image_info[0], $photo->width);
|
||||
$this->assert_equal($image_info[1], $photo->height);
|
||||
|
||||
$this->assert_equal($photo->parent()->right - 2, $photo->left);
|
||||
$this->assert_equal($photo->parent()->right - 1, $photo->right);
|
||||
$this->assert_equal($photo->parent()->right_ptr - 2, $photo->left_ptr);
|
||||
$this->assert_equal($photo->parent()->right_ptr - 1, $photo->right_ptr);
|
||||
}
|
||||
|
||||
public function create_conflicting_photo_test() {
|
||||
|
||||
Reference in New Issue
Block a user