Searched refs:CNT_RAN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/xstc/
H A Dxstc.py457 CNT_RAN = 1 variable in class:XSTCTestRunner
478 counters = {self.CNT_TOTAL:0, self.CNT_RAN:0, self.CNT_SUCCEEDED:0,
527 out.write(" ran : %d\n" % counters[self.CNT_RAN])
541 out.write("Ran %d of %d tests (%d schemata):" % (counters[self.CNT_RAN],
576 counters[self.CNT_RAN] += 1
654 if options.maxTestCount != -1 and self.counters[self.CNT_RAN] >= options.maxTestCount:
656 self.counters[self.CNT_RAN] += 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/xstc/
H A Dxstc.py457 CNT_RAN = 1 variable in class:XSTCTestRunner
478 counters = {self.CNT_TOTAL:0, self.CNT_RAN:0, self.CNT_SUCCEEDED:0,
527 out.write(" ran : %d\n" % counters[self.CNT_RAN])
541 out.write("Ran %d of %d tests (%d schemata):" % (counters[self.CNT_RAN],
576 counters[self.CNT_RAN] += 1
654 if options.maxTestCount != -1 and self.counters[self.CNT_RAN] >= options.maxTestCount:
656 self.counters[self.CNT_RAN] += 1

Completed in 62 milliseconds