[open-ils-commits] [GIT] Evergreen ILS branch master updated. 001bb572c81e3f5930ea09d95e014a8cbf3a9ed4
Evergreen Git
git at git.evergreen-ils.org
Tue Jul 28 14:36:03 EDT 2015
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via 001bb572c81e3f5930ea09d95e014a8cbf3a9ed4 (commit)
from 36e9ecc7cf3132935eb3994c2ce9fdd4771adf50 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 001bb572c81e3f5930ea09d95e014a8cbf3a9ed4
Author: Jason Etheridge <jason at esilibrary.com>
Date: Mon Jul 27 16:04:17 2015 -0400
LP#1478299: fix location for asset used in test
specifically lp1277731_hold_permit_test.pg
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/tests/datasets/sql/assets_extras.sql b/Open-ILS/tests/datasets/sql/assets_extras.sql
index 24609de..6e6711a 100644
--- a/Open-ILS/tests/datasets/sql/assets_extras.sql
+++ b/Open-ILS/tests/datasets/sql/assets_extras.sql
@@ -157,3 +157,4 @@ BEGIN
END LOOP;
END $$;
+UPDATE asset.copy SET location = 1 WHERE id = 2905;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/tests/datasets/sql/assets_extras.sql | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list