LP#1478299: fix location for asset used in test
authorJason Etheridge <jason@esilibrary.com>
Mon, 27 Jul 2015 20:04:17 +0000 (16:04 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 28 Jul 2015 18:27:22 +0000 (14:27 -0400)
specifically lp1277731_hold_permit_test.pg

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Ben Shum <bshum@biblio.org>

Open-ILS/tests/datasets/sql/assets_extras.sql

index 24609de..6e6711a 100644 (file)
@@ -157,3 +157,4 @@ BEGIN
     END LOOP;
 END $$;
 
+UPDATE asset.copy SET location = 1 WHERE id = 2905;