Difference: UnicodeTestPlan (1 vs. 59)

Revision 592015-05-01 - JeanNeron

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

Unicode Test Plan

Line: 50 to 50
  ...

Misc Bugs

Changed:
<
<
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
  2. Old debugger does not display entire contents of national/unicode fields, even though the data is there. * Not a bug * The old debugger is not intended for use with Unicode.
>
>
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
  2. Old debugger does not display entire contents of national/unicode fields, even though the data is there. * Not a bug * The old debugger is not intended for use with Unicode.
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
Changed:
<
<
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. * FIXED * in Dec 10 engine
  5. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  6. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. * Tested ok 3/4/13 *
  7. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
  8. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field. (Should be fixed - 10-Dec)
  9. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes. (Should be fixed - 10-Dec)
  10. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  11. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
  12. Tooltips in new debugger only show the first character of the field value.** FIXED ** in Dec 10 engine
  13. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  14. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. * FIXED * in Dec 10 engine
  15. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages. * Tested ok 3/4/13 *
>
>
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. * FIXED * in Dec 10 engine
  5. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  6. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. * Tested ok 3/4/13 *
  7. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
  8. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field. (Should be fixed - 10-Dec)
  9. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes. (Should be fixed - 10-Dec)
  10. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  11. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
  12. Tooltips in new debugger only show the first character of the field value.** FIXED ** in Dec 10 engine
  13. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  14. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. * FIXED * in Dec 10 engine
  15. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages. * Tested ok 3/4/13 *
 Language Translation Support:

Translation Dictionary

Line: 100 to 100
 

Callable Functions:

Transcoding fields

Added:
>
>

Application Conversion issues

- TEMP field comparisons won't compile if they compare to an invalid Unicode character, such as \ (which is an escape character). Consider having parallel TEMP fields that are not Unicode and have migration tool use those ?

  -- SteveFrizzell - 2011-03-02

Revision 582013-03-04 - JeanNeron

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

Unicode Test Plan

Line: 44 to 44
 

VERIFY**** (Tested/Ok)

IF DIFF (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Ok)

Changed:
<
<

SCAN**** (Tested/Bugs)(Bugs)

>
>

SCAN**** (Tested/Ok)

 

PRINT *** (Tested/Bugs)

BROWSE (No Changes Required)

...

Misc Bugs

Changed:
<
<
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
  2. Old debugger does not display entire contents of national/unicode fields, even though the data is there. * Not a bug * The old debugger is not intended for use with Unicode.
>
>
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
  2. Old debugger does not display entire contents of national/unicode fields, even though the data is there. * Not a bug * The old debugger is not intended for use with Unicode.
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
Changed:
<
<
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. * FIXED * in Dec 10 engine
  5. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  6. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. (Should be fixed - 10-Dec)
  7. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
>
>
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. * FIXED * in Dec 10 engine
  5. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  6. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. * Tested ok 3/4/13 *
  7. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
 
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field. (Should be fixed - 10-Dec)
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes. (Should be fixed - 10-Dec)
Changed:
<
<
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
>
>
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
 
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
Changed:
<
<
  1. Tooltips in new debugger only show the first character of the field value.** FIXED ** in Dec 10 engine
  2. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  3. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. * FIXED * in Dec 10 engine
  4. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages.
>
>
  1. Tooltips in new debugger only show the first character of the field value.** FIXED ** in Dec 10 engine
  2. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  3. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. * FIXED * in Dec 10 engine
  4. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages. * Tested ok 3/4/13 *
 Language Translation Support:

Translation Dictionary

Revision 572011-12-15 - JeanNeron

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

Unicode Test Plan

Line: 65 to 65
 
  1. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes. (Should be fixed - 10-Dec)
  2. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  3. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
Changed:
<
<
  1. Tooltips in new debugger only show the first character of the field value.(Should be fixed - 27-Nov)
>
>
  1. Tooltips in new debugger only show the first character of the field value.** FIXED ** in Dec 10 engine
 
  1. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
Changed:
<
<
  1. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. ** FIXED ** in Dec 10 engine
>
>
  1. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. * FIXED * in Dec 10 engine
 
  1. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages.

Language Translation Support:

Line: 76 to 76
 

Query Support:

Sort OrderSort Order based on Unicode Collating Sequence

Changed:
<
<

Predefine Fields and Files:

>
>

Predefine Fields and Files: *** (Tested/Bugs in STD)

  TEMP xxxxx

Revision 562011-12-14 - JeanNeron

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

Unicode Test Plan

Line: 57 to 57
 
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
Changed:
<
<
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. (Should be fixed - 28-Nov)
>
>
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. * FIXED * in Dec 10 engine
 
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  2. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. (Should be fixed - 10-Dec)
  3. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
Line: 67 to 67
 
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
  2. Tooltips in new debugger only show the first character of the field value.(Should be fixed - 27-Nov)
  3. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
Changed:
<
<
  1. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. (Should be fixed - 27-Nov)
>
>
  1. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. ** FIXED ** in Dec 10 engine
  2. The fix for ERROR/WARNING etc, broke the status area. It fills with the Unicode Replacement Character during "Em Compile" messages.
  Language Translation Support:

Revision 552011-12-11 - PeteBrower

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

Unicode Test Plan

Line: 57 to 57
 
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
Changed:
<
<
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. (Should be fixed - 28-Nov)
>
>
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. (Should be fixed - 28-Nov)
 
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
Changed:
<
<
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
>
>
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command. (Should be fixed - 10-Dec)
 
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
Changed:
<
<
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
>
>
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field. (Should be fixed - 10-Dec)
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes. (Should be fixed - 10-Dec)
 
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  2. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
  3. Tooltips in new debugger only show the first character of the field value.(Should be fixed - 27-Nov)

Revision 542011-11-28 - KorryD

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

Unicode Test Plan

Line: 57 to 57
 
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
Changed:
<
<
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
>
>
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context. (Should be fixed - 28-Nov)
 
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  2. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  3. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
  4. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  5. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
  6. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
Changed:
<
<
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
>
>
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
 
  1. Tooltips in new debugger only show the first character of the field value.(Should be fixed - 27-Nov)
  2. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  3. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. (Should be fixed - 27-Nov)

Revision 532011-11-28 - KorryD

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

Unicode Test Plan

Line: 64 to 64
 
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
  3. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
Changed:
<
<
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution.
  2. Tooltips in new debugger only show the first character of the field value.
  3. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  4. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case.
>
>
  1. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution. (Should be fixed - 27-Nov)
  2. Tooltips in new debugger only show the first character of the field value.(Should be fixed - 27-Nov)
  3. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
  4. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case. (Should be fixed - 27-Nov)
  Language Translation Support:

Revision 522011-11-22 - JeanNeron

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

Unicode Test Plan

Line: 29 to 29
 

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

PUSH / POP (Tested/Ok)

Changed:
<
<

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

>
>

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Ok)

 

BEG AT/ END AT (Tested/Ok)

RUN**** (Tested/Ok)

CALL (No Changes Required)

Line: 66 to 66
 
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  2. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution.
  3. Tooltips in new debugger only show the first character of the field value.
Changed:
<
<
  1. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL).
>
>
  1. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL). * FIXED * Oct 9 engine
 
  1. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case.

Language Translation Support:

Revision 512011-08-05 - JeanNeron

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

Unicode Test Plan

Line: 60 to 60
 
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
  2. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  3. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
Changed:
<
<
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
>
>
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
 
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
  3. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  4. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution.
  5. Tooltips in new debugger only show the first character of the field value.
Added:
>
>
  1. After changing the 0SA DICTIONRY file to have unicode fields, I get errors when processing the DD. Not sure what the errors are because when I drill down, I get a transcode error on statement "SET 0AD MSG2 MSG TXT ZI = 0AD MSG3 MSG TXT" in CMPL DD (VIEW DETAIL).
  2. Certain error / warning messages are missing parts of the message. For example, go to Sys Admin/Applications and change the database id on any application to an invalid database. You'll get the message " Warning - ~1 Not on file". ~1 should be replaced by the table name - Databases in this case.
  Language Translation Support:

Revision 502011-07-29 - JeanNeron

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

Unicode Test Plan

Line: 60 to 60
 
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
  2. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
  3. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
Changed:
<
<
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
>
>
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field. * FIXED * July 28th engine. Could have been a display problem in the debugger, but either way, seems ok now.
 
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  2. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
Changed:
<
<
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result.

>
>
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client
    just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result. * FIXED * July 28 engine.
  2. New debugger does not show fields values correctly when using F12 to view/change a field. Field is displayed with many trailing reverse image diamonds. Try changing a --- TEMP field during execution.
  3. Tooltips in new debugger only show the first character of the field value.
  Language Translation Support:

Revision 492011-07-28 - JeanNeron

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

Unicode Test Plan

Line: 40 to 40
 

PACK / UNPACK**** (Tested/ok)

CNV TEXT**** (Tested/ok)

SET DAY / SET MNTH**** (Tested/ok)

Changed:
<
<

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)
(KAD - should be fixed)

>
>

DEFINE / UNDEFINE**** (Tested/ok)

VERIFY**** (Tested/Ok)

 

IF DIFF (Tested/Ok)

Changed:
<
<

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN**** (Tested/Bugs)(KAD - 0-app bug)

>
>

COMPUTE / TOTAL**** (Tested/Ok)

SCAN**** (Tested/Bugs)(Bugs)

 

PRINT *** (Tested/Bugs)

BROWSE (No Changes Required)

Line: 63 to 63
 
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
  2. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  3. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
Added:
>
>
  1. Run a field cross reference in TST on the field APPEND NORMAL. After the results are displayed, just press END and then Enter at the 'Are you sure' dialog box. Appx crashes with: * glibc detected * corrupted double-linked list: 0x0898b488 * in character mode. In GUI mode, the client just hangs. Even simpler, just run the X-ref and cancel out before selecting anything, same result.

  Language Translation Support:

Revision 482011-07-05 - JeanNeron

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

Unicode Test Plan

Line: 25 to 25
 

Literals (Tested/Ok)

SET (Tested/Ok)

SET TEMP **** (Tested/Ok)

Changed:
<
<

IF / AND / OR**** (Tested/Bugs)
(KAD - Should be fixed)

>
>

IF / AND / OR**** (Tested/Bugs)

 

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

PUSH / POP (Tested/Ok)

Changed:
<
<

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)
(KAD - should be fixed)

>
>

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

 

BEG AT/ END AT (Tested/Ok)

RUN**** (Tested/Ok)

CALL (No Changes Required)

Line: 37 to 37
 

RECEIVE / LOCAL*** (Tested/Ok)

CNV BIN**** (Tested/Ok)

CNV PORT**** (Tested/Ok)

Changed:
<
<

PACK / UNPACK**** (Tested/Bugs)
(KAD - should be fixed)

CNV TEXT**** (Tested/Bugs)
(KAD - should be fixed)

SET DAY / SET MNTH**** (Tested/Bugs)
(KAD - should be fixed)

>
>

PACK / UNPACK**** (Tested/ok)

CNV TEXT**** (Tested/ok)

SET DAY / SET MNTH**** (Tested/ok)

 

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)
(KAD - should be fixed)

IF DIFF (Tested/Ok)

Changed:
<
<

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

SCAN**** (Tested/Bugs)
(KAD - 0-app bug)

PRINT**** (Tested/Bugs)

(KAD - should be fixed)

>
>

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN**** (Tested/Bugs)(KAD - 0-app bug)

PRINT *** (Tested/Bugs)

 

BROWSE (No Changes Required)

...

Revision 472011-07-05 - JeanNeron

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

Unicode Test Plan

Line: 31 to 31
 

PUSH / POP (Tested/Ok)

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)
(KAD - should be fixed)

BEG AT/ END AT (Tested/Ok)

Changed:
<
<

RUN**** (Tested/Bugs)
(KAD - should be fixed)

>
>

RUN**** (Tested/Ok)

 

CALL (No Changes Required)

Changed:
<
<

PASS**** (Tested/Bugs)
(KAD - should be fixed)

RECEIVE / LOCAL*** (Tested/Bugs)
(KAD - should be fixed)

>
>

PASS**** (Tested/Ok)

RECEIVE / LOCAL*** (Tested/Ok)

 

CNV BIN**** (Tested/Ok)

CNV PORT**** (Tested/Ok)

PACK / UNPACK**** (Tested/Bugs)
(KAD - should be fixed)

Line: 46 to 46
 

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

SCAN**** (Tested/Bugs)
(KAD - 0-app bug)

Changed:
<
<

PRINT**** (Tested/Bugs)
(KAD - should be fixed)

>
>
PRINT**** (Tested/Bugs)

(KAD - should be fixed)

 

BROWSE (No Changes Required)

...

Revision 462011-07-05 - KorryD

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

Unicode Test Plan

Line: 46 to 46
 

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

SCAN**** (Tested/Bugs)
(KAD - 0-app bug)

Changed:
<
<

PRINT**** (Tested/Bugs)

>
>

PRINT**** (Tested/Bugs)
(KAD - should be fixed)

 

BROWSE (No Changes Required)

...

Revision 452011-07-04 - KorryD

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

Unicode Test Plan

Line: 41 to 41
 

CNV TEXT**** (Tested/Bugs)
(KAD - should be fixed)

SET DAY / SET MNTH**** (Tested/Bugs)
(KAD - should be fixed)

DEFINE / UNDEFINE**** (Tested/Bugs)

Changed:
<
<

VERIFY**** (Tested/Bugs)

>
>

VERIFY**** (Tested/Bugs)
(KAD - should be fixed)

 

IF DIFF (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

SCAN**** (Tested/Bugs)
(KAD - 0-app bug)

Revision 442011-07-03 - KorryD

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

Unicode Test Plan

Line: 25 to 25
 

Literals (Tested/Ok)

SET (Tested/Ok)

SET TEMP **** (Tested/Ok)

Changed:
<
<

IF / AND / OR**** (Tested/Bugs)

>
>

IF / AND / OR**** (Tested/Bugs)
(KAD - Should be fixed)

 

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

PUSH / POP (Tested/Ok)

Line: 37 to 37
 

RECEIVE / LOCAL*** (Tested/Bugs)
(KAD - should be fixed)

CNV BIN**** (Tested/Ok)

CNV PORT**** (Tested/Ok)

Changed:
<
<

PACK / UNPACK**** (Tested/Bugs)

>
>

PACK / UNPACK**** (Tested/Bugs)
(KAD - should be fixed)

 

CNV TEXT**** (Tested/Bugs)
(KAD - should be fixed)

SET DAY / SET MNTH**** (Tested/Bugs)
(KAD - should be fixed)

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)

IF DIFF (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

Changed:
<
<

SCAN**** (Tested/Bugs)

>
>

SCAN**** (Tested/Bugs)
(KAD - 0-app bug)

 

PRINT**** (Tested/Bugs)

BROWSE (No Changes Required)

Revision 432011-06-22 - KorryD

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

Unicode Test Plan

Line: 29 to 29
 

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

PUSH / POP (Tested/Ok)

Changed:
<
<

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

>
>

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)
(KAD - should be fixed)

 

BEG AT/ END AT (Tested/Ok)

Changed:
<
<

RUN**** (Tested/Bugs)

>
>

RUN**** (Tested/Bugs)
(KAD - should be fixed)

 

CALL (No Changes Required)

Changed:
<
<

PASS**** (Tested/Bugs)

RECEIVE / LOCAL*** (Tested/Bugs)

>
>

PASS**** (Tested/Bugs)
(KAD - should be fixed)

RECEIVE / LOCAL*** (Tested/Bugs)
(KAD - should be fixed)

 

CNV BIN**** (Tested/Ok)

CNV PORT**** (Tested/Ok)

PACK / UNPACK**** (Tested/Bugs)

Changed:
<
<

CNV TEXT**** (Tested/Bugs)

SET DAY / SET MNTH**** (Tested/Bugs)

>
>

CNV TEXT**** (Tested/Bugs)
(KAD - should be fixed)

SET DAY / SET MNTH**** (Tested/Bugs)
(KAD - should be fixed)

 

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)

IF DIFF (Tested/Ok)

Changed:
<
<

COMPUTE / TOTAL**** (Tested/Bugs)

>
>

COMPUTE / TOTAL**** (Tested/Bugs)
(KAD - should be fixed)

 

SCAN**** (Tested/Bugs)

PRINT**** (Tested/Bugs)

BROWSE (No Changes Required)

Revision 422011-06-16 - JeanNeron

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

Unicode Test Plan

Line: 36 to 36
 

PASS**** (Tested/Bugs)

RECEIVE / LOCAL*** (Tested/Bugs)

CNV BIN**** (Tested/Ok)

Changed:
<
<

CNV PORT

>
>

CNV PORT**** (Tested/Ok)

 

PACK / UNPACK**** (Tested/Bugs)

CNV TEXT**** (Tested/Bugs)

SET DAY / SET MNTH**** (Tested/Bugs)

Line: 51 to 51
 ...

Misc Bugs

  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
Changed:
<
<
  1. Old debugger does not display entire contents of national/unicode fields, even though the data is there.
>
>
  1. Old debugger does not display entire contents of national/unicode fields, even though the data is there. * Not a bug * The old debugger is not intended for use with Unicode.
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  3. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine

Revision 412011-06-15 - JeanNeron

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

Unicode Test Plan

Line: 35 to 35
 

CALL (No Changes Required)

PASS**** (Tested/Bugs)

RECEIVE / LOCAL*** (Tested/Bugs)

Changed:
<
<

CNV BIN**** (Tested/Bugs)

>
>

CNV BIN**** (Tested/Ok)

 

CNV PORT

PACK / UNPACK**** (Tested/Bugs)

CNV TEXT**** (Tested/Bugs)

Revision 402011-06-15 - JeanNeron

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

Unicode Test Plan

Line: 24 to 24
 

ILF Support:

Literals (Tested/Ok)

SET (Tested/Ok)

Changed:
<
<

SET TEMP **** (Tested/Bugs)

>
>

SET TEMP **** (Tested/Ok)

 

IF / AND / OR**** (Tested/Bugs)

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

Revision 392011-06-02 - JeanNeron

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

Unicode Test Plan

Line: 22 to 22
  Oracle Support for Unicode fields

ILF Support:

Changed:
<
<

Literals**** (Tested/Ok)

SET **** (Tested/Bugs)

>
>

Literals (Tested/Ok)

SET (Tested/Ok)

 

SET TEMP **** (Tested/Bugs)

IF / AND / OR**** (Tested/Bugs)

Changed:
<
<

APPEND**** (Tested/Bugs)

STORE / RESTORE**** (Tested/Ok)

PUSH / POP**** (Tested/Ok)

>
>

APPEND (Tested/Ok)

STORE / RESTORE (Tested/Ok)

PUSH / POP (Tested/Ok)

 

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

Changed:
<
<

BEG AT/ END AT **** (Tested/Bugs)

>
>

BEG AT/ END AT (Tested/Ok)

 

RUN**** (Tested/Bugs)

Changed:
<
<

CALL**** (No Changes Required) ***

>
>

CALL (No Changes Required)

 

PASS**** (Tested/Bugs)

RECEIVE / LOCAL*** (Tested/Bugs)

CNV BIN**** (Tested/Bugs)

Line: 42 to 42
 

SET DAY / SET MNTH**** (Tested/Bugs)

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)

Changed:
<
<

IF DIFF**** (Tested/Ok)

>
>

IF DIFF (Tested/Ok)

 

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN**** (Tested/Bugs)

PRINT**** (Tested/Bugs)

Changed:
<
<

BROWSE**** (No Changes Required) ***

>
>

BROWSE (No Changes Required)

  ...

Misc Bugs

Line: 55 to 55
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  3. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
Changed:
<
<
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
>
>
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters. ** No, will not be implemented this way **
 
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
  2. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
Changed:
<
<
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
>
>
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
 
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  2. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
  3. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.

Revision 382011-05-30 - JeanNeron

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

Unicode Test Plan

Line: 56 to 56
 
  1. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  2. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  3. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
Changed:
<
<
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * rested with April 24 engine, seems to be ok now.
>
>
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * tested with April 24 engine, seems to be ok now.
 
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
Changed:
<
<
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted.
>
>
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted. * FIXED * tested with May 23 engine.
 
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  2. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
  3. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.

Revision 372011-05-16 - JeanNeron

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

Unicode Test Plan

Line: 38 to 38
 

CNV BIN**** (Tested/Bugs)

CNV PORT

PACK / UNPACK**** (Tested/Bugs)

Changed:
<
<

CNV TEXT

>
>

CNV TEXT**** (Tested/Bugs)

 

SET DAY / SET MNTH**** (Tested/Bugs)

DEFINE / UNDEFINE**** (Tested/Bugs)

VERIFY**** (Tested/Bugs)

Revision 362011-05-11 - JeanNeron

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

Unicode Test Plan

Line: 45 to 45
 

IF DIFF**** (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN**** (Tested/Bugs)

Changed:
<
<

PRINT

>
>

PRINT**** (Tested/Bugs)

 

BROWSE**** (No Changes Required) ***

...

Revision 352011-04-29 - JeanNeron

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

Unicode Test Plan

Line: 44 to 44
 

VERIFY**** (Tested/Bugs)

IF DIFF**** (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)

Changed:
<
<

SCAN

>
>

SCAN**** (Tested/Bugs)

 

PRINT

BROWSE**** (No Changes Required) ***

Revision 342011-04-29 - JeanNeron

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

Unicode Test Plan

Line: 40 to 40
 

PACK / UNPACK**** (Tested/Bugs)

CNV TEXT

SET DAY / SET MNTH**** (Tested/Bugs)

Changed:
<
<

DEFINE / UNDEFINE

>
>

DEFINE / UNDEFINE**** (Tested/Bugs)

 

VERIFY**** (Tested/Bugs)

IF DIFF**** (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)

Revision 332011-04-29 - JeanNeron

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

Unicode Test Plan

Line: 37 to 37
 

RECEIVE / LOCAL*** (Tested/Bugs)

CNV BIN**** (Tested/Bugs)

CNV PORT

Changed:
<
<

PACK / UNPACK

>
>

PACK / UNPACK**** (Tested/Bugs)

 

CNV TEXT

SET DAY / SET MNTH**** (Tested/Bugs)

DEFINE / UNDEFINE

Line: 46 to 46
 

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN

PRINT

Changed:
<
<

BROWSE

>
>

BROWSE**** (No Changes Required) ***

  ...

Misc Bugs

Line: 62 to 62
 
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  2. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
  3. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
Added:
>
>
  1. If I have a National or Unicode field on an image with no GUI attributes, I can enter Unicode/National data into it. if I call the record up in Inquire mode, the Unicode/National data does not show properly (reverse image diamond with embedded question mark). However, if I call it up in change mode, the data shows properly. Why the difference? If I make the field RAW TEXT, then it shows properly in all modes.
  Language Translation Support:

Revision 322011-04-28 - JeanNeron

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

Unicode Test Plan

Line: 24 to 24
 

ILF Support:

Literals**** (Tested/Ok)

SET **** (Tested/Bugs)

Changed:
<
<

SET TEMP **** (Not fully Tested/Bugs)

>
>

SET TEMP **** (Tested/Bugs)

 

IF / AND / OR**** (Tested/Bugs)

APPEND**** (Tested/Bugs)

STORE / RESTORE**** (Tested/Ok)

Line: 41 to 41
 

CNV TEXT

SET DAY / SET MNTH**** (Tested/Bugs)

DEFINE / UNDEFINE

Changed:
<
<

VERIFY

>
>

VERIFY**** (Tested/Bugs)

 

IF DIFF**** (Tested/Ok)

COMPUTE / TOTAL**** (Tested/Bugs)

SCAN

Revision 312011-04-28 - JeanNeron

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

Unicode Test Plan

Line: 56 to 56
 
  1. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  2. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  3. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
Changed:
<
<
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * rested with April 24 engine, seems to be ok now.
>
>
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * rested with April 24 engine, seems to be ok now.
 
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
  2. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted.
  3. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  4. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
Added:
>
>
  1. Appx doesn't complain when a Unicode character is entered into a Raw field. The character is silently discarded, but either the engine or the client should give the user some kind of error, probably the same error when entering invalid characters into a formatted field.
  Language Translation Support:

Revision 302011-04-28 - JeanNeron

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

Unicode Test Plan

Line: 50 to 50
  ...

Misc Bugs

Changed:
<
<
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
>
>
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
 
  1. Old debugger does not display entire contents of national/unicode fields, even though the data is there.
  2. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  3. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  4. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
  5. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
Changed:
<
<
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  2. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
>
>
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered. * FIXED * rested with April 24 engine, seems to be ok now.
  2. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean. Retested with April 24 engine, better but still different from 4.2.a. In 4.2.a, in the 'Context' column the word RECORD is immediately followed by the frame & image information. In the Unicode version, the word RECORD is followed by many spaces, then the rest of the context.
 
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted.
  2. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
Added:
>
>
  1. Changing the value of a --- TEMP field in the new debugger during execution seems to corrupt the field.
  Language Translation Support:

Revision 292011-04-26 - JeanNeron

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

Unicode Test Plan

Line: 50 to 50
  ...

Misc Bugs

Changed:
<
<
  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
>
>
  1. New debugger does not work, crashes with error when trying to read --- WIDGET. * FIXED * April 24 engine
 
  1. Old debugger does not display entire contents of national/unicode fields, even though the data is there.
  2. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  3. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
Changed:
<
<
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG.
>
>
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG. * FIXED * April 24 engine
 
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  2. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  3. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.

Revision 282011-04-20 - JeanNeron

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

Unicode Test Plan

Line: 33 to 33
 

BEG AT/ END AT **** (Tested/Bugs)

RUN**** (Tested/Bugs)

CALL**** (No Changes Required) ***

Changed:
<
<

PASS

RECEIVE / LOCAL

>
>

PASS**** (Tested/Bugs)

RECEIVE / LOCAL*** (Tested/Bugs)

 

CNV BIN**** (Tested/Bugs)

CNV PORT

PACK / UNPACK

Line: 59 to 59
 
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  2. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
  3. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted.
Added:
>
>
  1. The ILF editor does not accept valid characters in the 8859-15 character set, ie, the £ symbol exists in 8859-15, but I cannot enter it on an ILF command.
  Language Translation Support:

Revision 272011-04-15 - JeanNeron

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

Unicode Test Plan

Line: 23 to 23
 Oracle Support for Unicode fields

ILF Support:

Literals**** (Tested/Ok)

Changed:
<
<

SET **** (Not fully Tested/Bugs)

>
>

SET **** (Tested/Bugs)

 

SET TEMP **** (Not fully Tested/Bugs)

IF / AND / OR**** (Tested/Bugs)

APPEND**** (Tested/Bugs)

Revision 262011-04-13 - JeanNeron

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

Unicode Test Plan

Line: 58 to 58
 
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  2. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  3. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
Added:
>
>
  1. Put the field --- X on an input image, run the process & try to enter data. If you enter '12345', you will get 'Invalid Numeric Value' error. Add a decimal point to the end and it's accepted.
  Language Translation Support:

Revision 252011-04-11 - JeanNeron

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

Unicode Test Plan

Line: 43 to 43
 

DEFINE / UNDEFINE

VERIFY

IF DIFF**** (Tested/Ok)

Changed:
<
<

COMPUTE / TOTAL

>
>

COMPUTE / TOTAL**** (Tested/Bugs)

 

SCAN

PRINT

BROWSE

Revision 242011-04-08 - JeanNeron

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

Unicode Test Plan

Line: 31 to 31
 

PUSH / POP**** (Tested/Ok)

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

BEG AT/ END AT **** (Tested/Bugs)

Changed:
<
<

RUN

>
>

RUN**** (Tested/Bugs)

 

CALL**** (No Changes Required) ***

PASS

RECEIVE / LOCAL

Revision 232011-04-07 - JeanNeron

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

Unicode Test Plan

Line: 51 to 51
 ...

Misc Bugs

  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
Added:
>
>
  1. Old debugger does not display entire contents of national/unicode fields, even though the data is there.
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
  3. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG.

Revision 222011-04-06 - JeanNeron

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

Unicode Test Plan

Line: 22 to 22
  Oracle Support for Unicode fields

ILF Support:

Changed:
<
<

Literals**** (Not fully Tested/Bugs)

>
>

Literals**** (Tested/Ok)

 

SET **** (Not fully Tested/Bugs)

SET TEMP **** (Not fully Tested/Bugs)

IF / AND / OR**** (Tested/Bugs)

Line: 32 to 32
 

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

BEG AT/ END AT **** (Tested/Bugs)

RUN

Changed:
<
<

CALL**** (Tested/Bugs)

>
>

CALL**** (No Changes Required) ***

 

PASS

RECEIVE / LOCAL

CNV BIN**** (Tested/Bugs)

Revision 212011-04-01 - JeanNeron

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

Unicode Test Plan

Line: 50 to 50
  ...

Misc Bugs

Changed:
<
<
  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
>
>
  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
Changed:
<
<
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG.
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
>
>
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG.
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  4. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
  Language Translation Support:

Revision 202011-03-29 - JeanNeron

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

Unicode Test Plan

Line: 27 to 27
 

SET TEMP **** (Not fully Tested/Bugs)

IF / AND / OR**** (Tested/Bugs)

APPEND**** (Tested/Bugs)

Changed:
<
<

STORE / RESTORE

PUSH / POP

>
>

STORE / RESTORE**** (Tested/Ok)

PUSH / POP**** (Tested/Ok)

 

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

BEG AT/ END AT **** (Tested/Bugs)

RUN

Line: 53 to 53
 
  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
  2. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  3. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
Changed:
<
<
  1. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.
>
>
  1. File Management functions (create, restruct, etc) crash with a 'Value Does Not Fit in Mask' error when setting MESSAGE2 MSG TXT into STAT2 MSG.
 
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  2. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  3. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.

Revision 192011-03-29 - JeanNeron

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

Unicode Test Plan

Line: 51 to 51
 ...

Misc Bugs

  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
Changed:
<
<
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'.
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. * FIXED * in engine compiled 3/21
>
>
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'. * FIXED* March 28 engine
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. ** FIXED ** March 21 engine
 
  1. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.
  2. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  3. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
Added:
>
>
  1. Cross Reference display is messed up. Do an x-ref on APPEND NORMAL in App TST, then click 'References' to see what I mean.
  Language Translation Support:

Revision 182011-03-25 - JeanNeron

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

Unicode Test Plan

Line: 42 to 42
 

SET DAY / SET MNTH**** (Tested/Bugs)

DEFINE / UNDEFINE

VERIFY

Changed:
<
<

IF DIFF

>
>

IF DIFF**** (Tested/Ok)

 

COMPUTE / TOTAL

SCAN

PRINT

Revision 172011-03-24 - JeanNeron

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

Unicode Test Plan

Line: 25 to 25
 

Literals**** (Not fully Tested/Bugs)

SET **** (Not fully Tested/Bugs)

SET TEMP **** (Not fully Tested/Bugs)

Changed:
<
<

IF / AND / OR**** (Not fully Tested/Bugs)

>
>

IF / AND / OR**** (Tested/Bugs)

 

APPEND**** (Tested/Bugs)

STORE / RESTORE

PUSH / POP

Revision 162011-03-24 - JeanNeron

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

Unicode Test Plan

Line: 55 to 55
 
  1. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. * FIXED * in engine compiled 3/21
  2. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.
  3. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
Added:
>
>
  1. The 'Global EPs for Images' is not highlighted when I add code to the global start of frame. None of the EP's in the Global section turn on highlighting when code is entered.
  Language Translation Support:

Revision 152011-03-22 - JeanNeron

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

Unicode Test Plan

Line: 54 to 54
 
  1. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'.
  2. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. * FIXED * in engine compiled 3/21
  3. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.
Added:
>
>
  1. Engine should be transcoding when fields are moved, and throwing a runtime error (like numeric overflow) if the encoding of the receiving field does not contain the necessary characters.
  Language Translation Support:

Revision 142011-03-21 - JeanNeron

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

Unicode Test Plan

Line: 25 to 25
 

Literals**** (Not fully Tested/Bugs)

SET **** (Not fully Tested/Bugs)

SET TEMP **** (Not fully Tested/Bugs)

Changed:
<
<

IF / AND / OR

>
>

IF / AND / OR**** (Not fully Tested/Bugs)

 

APPEND**** (Tested/Bugs)

STORE / RESTORE

PUSH / POP

Revision 132011-03-21 - JeanNeron

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

Unicode Test Plan

Line: 52 to 52
 

Misc Bugs

  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
  2. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'.
Changed:
<
<
  1. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item.
>
>
  1. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item. * FIXED * in engine compiled 3/21
 
  1. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.

Language Translation Support:

Revision 122011-03-18 - JeanNeron

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

Unicode Test Plan

Line: 30 to 30
 

STORE / RESTORE

PUSH / POP

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

Changed:
<
<

BEG AT/ END AT

>
>

BEG AT/ END AT **** (Tested/Bugs)

 

RUN

CALL**** (Tested/Bugs)

PASS

Revision 112011-03-18 - JeanNeron

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

Unicode Test Plan

Line: 22 to 22
  Oracle Support for Unicode fields

ILF Support:

Changed:
<
<

Literals

SET

SET TEMP

>
>

Literals**** (Not fully Tested/Bugs)

SET **** (Not fully Tested/Bugs)

SET TEMP **** (Not fully Tested/Bugs)

 

IF / AND / OR

Changed:
<
<

APPEND

>
>

APPEND**** (Tested/Bugs)

 

STORE / RESTORE

PUSH / POP

Changed:
<
<

ERROR / WARNING / MESSAGE / CANCEL / REFRESH

>
>

ERROR / WARNING / MESSAGE / CANCEL / REFRESH**** (Tested/Bugs)

 

BEG AT/ END AT

RUN

Changed:
<
<

CALL

>
>

CALL**** (Tested/Bugs)

 

PASS

RECEIVE / LOCAL

Changed:
<
<

CNV BIN

>
>

CNV BIN**** (Tested/Bugs)

 

CNV PORT

PACK / UNPACK

CNV TEXT

Changed:
<
<

SET DAY / SET MNTH

>
>

SET DAY / SET MNTH**** (Tested/Bugs)

 

DEFINE / UNDEFINE

VERIFY

IF DIFF

Line: 49 to 49
 

BROWSE

...

Changed:
<
<

Language Translation Support:

>
>

Misc Bugs

  1. New debugger does not work, crashes with error when trying to read --- WIDGET.
  2. Process Generation toolbox. I used the toolbox to generate a scrolling input on the file TST BEGUNI, which contains 2 unicode fields, a 10 character key and a 30 character description. The heading size over the description field is incorrect. It should have 30 ='s underneath it, but it only has enough for the word 'Description'.
  3. Invalid (blank) occurrence number in Image Editor after hitting F11 then attempting to edit Item.
  4. Restructure of Raw field to Unicode field crashes on exit from Restructure. Fails on other Data Management tools, Create Files ,etc. Probably not a problem with Restructure/Create per se, likely a problem displaying the scrolling list.

Language Translation Support:

  Translation Dictionary

Query Support:

Line: 67 to 73
 Restructure APPXIO Files

Oracle Tables

Changed:
<
<

Printing Support:

>
>

Printing Support: **** (Not Fully Tested/Bugs)

  Text Print Files

PDF Print Files

Changed:
<
<

APPX Client Support:

>
>

APPX Client Support **** (Not Fully Tested/Bugs):

  UTF-8 data stream

Revision 102011-03-16 - JeanNeron

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

Unicode Test Plan

Revision 92011-03-09 - PeteBrower

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

Unicode Test Plan

Line: 22 to 22
  Oracle Support for Unicode fields

ILF Support:

Added:
>
>

Literals

 

SET

SET TEMP

IF / AND / OR

Revision 82011-03-09 - JeanNeron

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

Unicode Test Plan

Line: 26 to 26
 

SET TEMP

IF / AND / OR

APPEND

Added:
>
>

STORE / RESTORE

PUSH / POP

 

ERROR / WARNING / MESSAGE / CANCEL / REFRESH

BEG AT/ END AT

RUN

Revision 72011-03-09 - JeanNeron

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

Unicode Test Plan

Line: 40 to 40
 

DEFINE / UNDEFINE

VERIFY

IF DIFF

Changed:
<
<

COMPUTE

>
>

COMPUTE / TOTAL

 

SCAN

PRINT

BROWSE

Revision 62011-03-09 - JeanNeron

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

Unicode Test Plan

Line: 26 to 26
 

SET TEMP

IF / AND / OR

APPEND

Added:
>
>

ERROR / WARNING / MESSAGE / CANCEL / REFRESH

BEG AT/ END AT

RUN

CALL

PASS

RECEIVE / LOCAL

CNV BIN

CNV PORT

PACK / UNPACK

CNV TEXT

SET DAY / SET MNTH

DEFINE / UNDEFINE

VERIFY

IF DIFF

COMPUTE

SCAN

PRINT

BROWSE

  ...

Language Translation Support:

Revision 52011-03-08 - SteveFrizzell

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

Unicode Test Plan

Line: 23 to 23
 Oracle Support for Unicode fields

ILF Support:

SET

Added:
>
>

SET TEMP

 

IF / AND / OR

APPEND

Revision 42011-03-08 - JeanNeron

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

Unicode Test Plan

Line: 22 to 22
  Oracle Support for Unicode fields

ILF Support:

Changed:
<
<
SET

IF / AND / OR

APPEND

>
>

SET

IF / AND / OR

APPEND

  ...

Language Translation Support:

Revision 32011-03-02 - SteveFrizzell

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

Unicode Test Plan

Line: 8 to 8
 

Overview

Release 6.0.0 of the APPX Utility includes support for Unicode data types.

Added:
>
>

Major Features:

DD Changes:

 
Changed:
<
<
Major Features:
>
>
Maximum Alpha Field Size increased to 4GB
 
Changed:
<
<
Maximum Alpha field size increased to 4GB
>
>
Maximum Record Size increased to 4GB
 
Changed:
<
<
Maximum record size increased to 4GB
>
>
Encoding Type Attribute added for Alpha fields

FMS Changes:

 
Changed:
<
<
Encoding Type Attribute added for Alpha fields
>
>
APPXIO Support for Unicode fields

Oracle Support for Unicode fields

ILF Support:

SET

IF / AND / OR

APPEND

...

Language Translation Support:

Translation Dictionary

Query Support:

Sort OrderSort Order based on Unicode Collating Sequence

Predefine Fields and Files:

TEMP xxxxx

COMPARE File

STD Report Parameters File

Restructure Support:

Restructure APPXIO Files

Oracle Tables

Printing Support:

Text Print Files

PDF Print Files

APPX Client Support:

UTF-8 data stream

Field validation based on Encoding Type

Callable Functions:

Transcoding fields

  -- SteveFrizzell - 2011-03-02 \ No newline at end of file

Revision 22011-03-02 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Deleted:
<
<
Unicode Test Plan

 

Unicode Test Plan

Added:
>
>
This document outlines a plan for testing the Unicode enhancements in APPX 6.0.


Overview

Release 6.0.0 of the APPX Utility includes support for Unicode data types.

Major Features:

Maximum Alpha field size increased to 4GB

Maximum record size increased to 4GB

Encoding Type Attribute added for Alpha fields

 -- SteveFrizzell - 2011-03-02 \ No newline at end of file
 
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