[open-ils-commits] [GIT] Evergreen ILS branch rel_3_0 updated. 6ec4c7a9acd6dce77202e637268275b28bda42a1

Evergreen Git git at git.evergreen-ils.org
Thu Mar 22 16:35:35 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_3_0 has been updated
       via  6ec4c7a9acd6dce77202e637268275b28bda42a1 (commit)
      from  cde4a57059d6ab75a632114cd89ea3e0f2a55f35 (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 6ec4c7a9acd6dce77202e637268275b28bda42a1
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 25d53c4..ba80899 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
@@ -17,6 +17,8 @@ module.exports = function(config){
       'build/js/ui-bootstrap.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