1 |
|
2 |
--| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 |
--| All rights reserved. |
4 |
--| Your use of this work is governed under the terms of the GNU General |
5 |
--| Public License version 2. |
6 |
|
7 |
-- This is a test control file |
8 |
|
9 |
test_name string-incorrect-hash-code |
10 |
test_description Creating a string and then reinitializing it with a different value was not resetting the hash_code, thus causing a few troubles. |
11 |
|
12 |
copy_sub Ace $TEST Ace |
13 |
copy_raw test.e $CLUSTER test.e |
14 |
compile_melted |
15 |
compile_result ok |
16 |
|
17 |
execute_work NONE exec_output1 |
18 |
execute_result ok |
19 |
compare exec_output1 output |
20 |
|
21 |
test_end |