[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 6771a9425d6859a09f7d0d1d7fae21f1308b81cf
Evergreen Git
git at git.evergreen-ils.org
Thu Mar 22 17:14:00 EDT 2018
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, rel_2_12 has been updated
via 6771a9425d6859a09f7d0d1d7fae21f1308b81cf (commit)
from 468e993112a086fbc3fc5abc28ab26bb069971cd (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 6771a9425d6859a09f7d0d1d7fae21f1308b81cf
Author: Galen Charlton <gmc at equinoxinitiative.org>
Date: Thu Mar 22 16:38:41 2018 -0400
LP#1758159: add dependencies needed for egReporter tests to run
This patch adds a couple dependencies required for the new
egReporter tests to run successfully in rel_3_0. To test,
apply the patch and verify that 'grunt all' for the web staff
client produces clean results.
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
Signed-off-by: Jason Stephenson <jason at sigio.com>
diff --git a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js
index 9199e1e..d7266cd 100644
--- a/Open-ILS/web/js/ui/default/staff/test/karma.conf.js
+++ b/Open-ILS/web/js/ui/default/staff/test/karma.conf.js
@@ -15,6 +15,8 @@ module.exports = function(config){
'build/js/ui-bootstrap.min.js',
'build/js/hotkeys.min.js',
'build/js/angular-cookies.min.js',
+ 'build/js/angular-tree-control.js',
+ 'build/js/context-menu.js',
/* OpenSRF must be installed first */
'/openils/lib/javascript/md5.js',
'/openils/lib/javascript/JSON_v1.js',
-----------------------------------------------------------------------
Summary of changes:
.../web/js/ui/default/staff/test/karma.conf.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list