You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/19 23:09:19 UTC

[Bug 786] Changed - Use of undefined key name as first arg to key() should raise error

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=786

*** shadow/786	Fri Mar  2 14:31:14 2001
--- shadow/786.tmp.7278	Mon Mar 19 14:09:19 2001
***************
*** 2,11 ****
  | Use of undefined key name as first arg to key() should raise error         |
  +----------------------------------------------------------------------------+
  |        Bug #: 786                         Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
! |     Priority:                           Component: Xalan                   |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: scott_boag@lotus.com                                         |
--- 2,11 ----
  | Use of undefined key name as first arg to key() should raise error         |
  +----------------------------------------------------------------------------+
  |        Bug #: 786                         Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
! |     Priority: High                      Component: Xalan                   |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: scott_boag@lotus.com                                         |
***************
*** 17,20 ****
  Should get a "no such key" error if first argument to key() isn't a declared 
  key.
  
! Test ID: idkeyerr10
--- 17,23 ----
  Should get a "no such key" error if first argument to key() isn't a declared 
  key.
  
! Test ID: idkeyerr10
! 
! ------- Additional Comments From mmidy@apache.org  2001-03-19 14:09 -------
! Throw an error message if the key name in a key function is not defined