Mercurial > hg4j
comparison design.txt @ 61:fac8e7fcc8b0
Simple test framework - capable of parsing Hg cmdline output to compare with Java result
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Tue, 18 Jan 2011 18:32:49 +0100 | 
| parents | 613c936d74e4 | 
| children | 19e9e220bf68 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 60:613c936d74e4 | 61:fac8e7fcc8b0 | 
|---|---|
| 64 | 64 | 
| 65 <<<<< | 65 <<<<< | 
| 66 | 66 | 
| 67 Tests: | 67 Tests: | 
| 68 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 68 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 
| 69 | |
| 70 ExecHelper('cmd', OutputParser()).run(). StatusOutputParser, LogOutputParser extends OutputParser. construct java result similar to that of cmd, compare results | 
