[open-ils-commits] [GIT] Evergreen ILS branch master updated. 8f37922f65a502a46328a8cf24aa7781be1a035f

Evergreen Git git at git.evergreen-ils.org
Fri Sep 12 13:30:46 EDT 2014


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  8f37922f65a502a46328a8cf24aa7781be1a035f (commit)
      from  31f54c79f907b80c26aa7b78bc9c2052a58d15a0 (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 8f37922f65a502a46328a8cf24aa7781be1a035f
Author: Bill Erickson <berickxx at gmail.com>
Date:   Thu Sep 11 13:56:32 2014 -0400

    LP#1350042 browser unit tests use repo fm_IDL2js.xsl
    
    Generate JS-friendly IDL2js for browser client unit tests from the .xsl
    file within the repo instead of referencing the installed version, which
    may not yet exist on the machine.
    
    Signed-off-by: Bill Erickson <berickxx at gmail.com>
    Signed-off-by: Jason Etheridge <jason at esilibrary.com>

diff --git a/Open-ILS/web/js/ui/default/staff/test/data/idl2js.pl b/Open-ILS/web/js/ui/default/staff/test/data/idl2js.pl
index fbf998f..66fb2e1 100644
--- a/Open-ILS/web/js/ui/default/staff/test/data/idl2js.pl
+++ b/Open-ILS/web/js/ui/default/staff/test/data/idl2js.pl
@@ -4,7 +4,7 @@ use XML::LibXML;
 use XML::LibXSLT;
 my $out_file = 'IDL2js.js';
 my $idl_file = '../../../../../../../examples/fm_IDL.xml';
-my $xsl_file = '/openils/var/xsl/fm_IDL2js.xsl'; # FIXME: hard-coded path
+my $xsl_file = '../../../../../../../xsl/fm_IDL2js.xsl'; 
 
 my $xslt = XML::LibXSLT->new();
 my $style_doc = XML::LibXML->load_xml(location => $xsl_file, no_cdata=>1);

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/ui/default/staff/test/data/idl2js.pl    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list