Difference: UnicodeVERIFYStmt (1 vs. 5)

Revision 52011-07-28 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

VERIFY Statement

Line: 19 to 19
 Test that UNICODE alpha fields validate correctly against the predetermined valid ranges and other values fail to validate.

Bugs

Changed:
<
<
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it? (KAD - No, \u17C0 is the Khmer vowel sign IE)
  2. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it?
>
>
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it? (KAD - No, \u17C0 is the Khmer vowel sign IE) - Retested ok. Unassigned portions of Unicode correctly return F.
  2. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it? - Retested ok, was accidentally testing a Raw field. Repeated test with National field, correctly returned F.
  -- PeteBrower - 2011-03-21 \ No newline at end of file

Revision 42011-07-04 - KorryD

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

VERIFY Statement

Line: 19 to 19
 Test that UNICODE alpha fields validate correctly against the predetermined valid ranges and other values fail to validate.

Bugs

Changed:
<
<
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it?
>
>
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it? (KAD - No, \u17C0 is the Khmer vowel sign IE)
 
  1. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it?
Deleted:
<
<
  -- PeteBrower - 2011-03-21 \ No newline at end of file

Revision 32011-04-29 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

VERIFY Statement

Line: 19 to 19
 Test that UNICODE alpha fields validate correctly against the predetermined valid ranges and other values fail to validate.

Bugs

Changed:
<
<
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it?
  2. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it?
>
>
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it?
  2. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it?
 

-- PeteBrower - 2011-03-21 \ No newline at end of file

Revision 22011-04-15 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="UnicodeTestPlan"

VERIFY Statement

Line: 19 to 19
 Test that UNICODE alpha fields validate correctly against the predetermined valid ranges and other values fail to validate.

Bugs

Added:
>
>
  1. VERIFY returns T when unicode field contains \u17c0, which I think is an unused part of the unicode table. Should return F, shouldn't it?
  2. VERIFY returns T when national field contains dec 144 (\u0090), which is an unused character in 8859-15 encoding. Should return F, shouldn't it?
 -- PeteBrower - 2011-03-21 \ No newline at end of file

Revision 12011-03-21 - PeteBrower

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="UnicodeTestPlan"

VERIFY Statement

Overview

The Verify statement has been enhanced to verify characters within an alpha field based on the encoding type.

  • RAW - All 256 characters are valid
  • NATIONAL - Valid characters are determined by the encoding specified in System Administration.
  • UNICODE - Valid characters fall within certain defined ranges of 32bit values. (??? What ranges)

Test Plan

Test that RAW fields still pass validation with all 256 characters.

Test that NATIONAL alpha fields validate correctly against the encoding set in System Administration.

Test that UNICODE alpha fields validate correctly against the predetermined valid ranges and other values fail to validate.

Bugs

-- PeteBrower - 2011-03-21

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback