================================================= = CMPUT 229 - Department of Computing Science = = University of Alberta = = = = Test cases for Lab 5: String Interning = = = = = ================================================= TEST CASE 6: File interning. INPUT: 1. Choose intern a file ('f'). 2. Intern "test_file_02" 3. Record the identifier numbers for file #1.i 4. Repeat steps 2-3. 5. Choose retrieve a string ('g'). 6. Use the first identifier provided in the list. 7. Repeat steps 5-6 for all identifiers. 8. Quit. OUTPUT: (Showing only relevant output) String:Est-ce String:qu'il String:y String:a String:des String:repetitions String:dans String:ce String:fichier String:? Note: The first set of identifiers must be the same as the second set.