Searched defs:comment1 (Results 1 - 1 of 1) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DPropertiesTest.java1054 private String comment1 = "comment1"; field in class:PropertiesTest
1074 props.store(baos, comment1 + '\r' + comment2);
1075 validateOutput(new String[] { "#comment1", "#comment2" },
1083 props.store(baos, comment1 + '\n' + comment2);
1084 validateOutput(new String[] { "#comment1", "#comment2" },
1092 props.store(baos, comment1 + '\r' + '\n' + comment2);
1093 validateOutput(new String[] { "#comment1", "#comment2" },
1101 props.store(baos, comment1 + '\n' + '\r' + comment2);
1102 validateOutput(new String[] { "#comment1", "#", "#comment
[all...]

Completed in 159 milliseconds