Home
last modified time | relevance | path

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

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