| OLD | NEW |
| 1 # Copyright (C) 2007, International Business Machines Corporation and others. A
ll Rights Reserved. | 1 # Copyright (C) 2007-2014, International Business Machines Corporation and other
s. All Rights Reserved. |
| 2 # | 2 # |
| 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be inclu
ded with | 3 # TEST_RES_SOURCE defines data driven tests and other resource files to be inclu
ded with |
| 4 # the testdata package. For ordinary resource bundles, they only need to be refe
renced here. | 4 # the testdata package. For ordinary resource bundles, they only need to be refe
renced here. |
| 5 # | 5 # |
| 6 # Not everything has been moved to this file yet, as this is a new facility. | 6 # Not everything has been moved to this file yet, as this is a new facility. |
| 7 # | 7 # |
| 8 | 8 |
| 9 TEST_RES_SOURCE=DataDrivenCollationTest.txt calendar.txt format.txt | 9 TEST_RES_SOURCE=calendar.txt format.txt |
| 10 | 10 |
| OLD | NEW |