Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/expect/
DExpectationStore.java194 long buganizerBug = -1; in readExpectation() local
224 buganizerBug = reader.nextLong(); in readExpectation()
241 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); in readExpectation()