Home
last modified time | relevance | path

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

/packages/apps/Calendar/tests/src/com/android/calendar/
DFormatDateRangeTest.java184 DateTest dateTest = tests[index]; in testAll() local
185 long startMillis = dateTest.date1.toMillis(false /* use isDst */); in testAll()
186 long endMillis = dateTest.date2.toMillis(false /* use isDst */); in testAll()
187 int flags = dateTest.flags; in testAll()
189 if (!dateTest.expectedOutput.equals(output)) { in testAll()
191 + " expected: " + dateTest.expectedOutput in testAll()
194 assertEquals(dateTest.expectedOutput, output); in testAll()