Home
last modified time | relevance | path

Searched refs:comment2 (Results 1 – 1 of 1) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DPropertiesTest.java946 private String comment2 = "comment2"; field in PropertiesTest
964 props.store(baos, comment1 + '\r' + comment2); in testStore_scenario0()
973 props.store(baos, comment1 + '\n' + comment2); in testStore_scenario1()
982 props.store(baos, comment1 + '\r' + '\n' + comment2); in testStore_scenario2()
991 props.store(baos, comment1 + '\n' + '\r' + comment2); in testStore_scenario3()
1000 props.store(baos, comment1 + '\r' + '#' + comment2); in testStore_scenario4()
1009 props.store(baos, comment1 + '\r' + '!' + comment2); in testStore_scenario5()
1018 props.store(baos, comment1 + '\n' + '#' + comment2); in testStore_scenario6()
1027 props.store(baos, comment1 + '\n' + '!' + comment2); in testStore_scenario7()
1036 props.store(baos, comment1 + '\r' + '\n' + '#' + comment2); in testStore_scenario8()
[all …]