Changeset 874b16e for tests/configs


Ignore:
Timestamp:
Jun 5, 2023, 10:33:25 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ast-experimental, master
Children:
6a93e4d
Parents:
134e6d9
Message:

lower case type names open_failure, close_failure, write_failure, read_failure

Location:
tests/configs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/configs/.expect/parseconfig.txt

    r134e6d9 r874b16e  
    1212Maximum student trips: 3
    1313
    14 Open_Failure thrown when config file does not exist
     14open_failure thrown when config file does not exist
    1515Failed to open the config file
    1616
  • tests/configs/parseconfig.cfa

    r134e6d9 r874b16e  
    6666
    6767
    68         sout | "Open_Failure thrown when config file does not exist";
     68        sout | "open_failure thrown when config file does not exist";
    6969        try {
    7070                parse_config( xstr(IN_DIR) "doesnt-exist.txt", entries, NUM_ENTRIES, parse_tabular_config_format );
    71         } catch( Open_Failure * ex ) {
     71        } catch( open_failure * ex ) {
    7272                sout | "Failed to open the config file";
    7373        }
Note: See TracChangeset for help on using the changeset viewer.