Changeset 38e266ca for tests/configs
- Timestamp:
- Jun 11, 2023, 6:42:36 PM (3 years ago)
- Branches:
- ast-experimental, master, stuck-waitfor-destruct
- Children:
- 32a4f3e, 576aadb, 62d62db, 8a930c03
- Parents:
- 1db6d70 (diff), 0658672 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- tests/configs
- Files:
-
- 2 edited
-
.expect/parseconfig.txt (modified) (1 diff)
-
parseconfig.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/configs/.expect/parseconfig.txt
r1db6d70 r38e266ca 12 12 Maximum student trips: 3 13 13 14 Open_Failure thrown when config file does not exist14 open_failure thrown when config file does not exist 15 15 Failed to open the config file 16 16 -
tests/configs/parseconfig.cfa
r1db6d70 r38e266ca 66 66 67 67 68 sout | " Open_Failure thrown when config file does not exist";68 sout | "open_failure thrown when config file does not exist"; 69 69 try { 70 70 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 ) { 72 72 sout | "Failed to open the config file"; 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.