Mercurial > jhg
comparison design.txt @ 202:706bcc7cfee4
Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Tue, 26 Apr 2011 02:50:06 +0200 | 
| parents | 114c9fe7b643 | 
| children | ffc5f6d59f7e | 
   comparison
  equal
  deleted
  inserted
  replaced
| 201:a736f42ed75b | 202:706bcc7cfee4 | 
|---|---|
| 116 Tests: | 116 Tests: | 
| 117 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 117 DataAccess - readBytes(length > memBufferSize, length*2 > memBufferSize) - to check impl is capable to read huge chunks of data, regardless of own buffer size | 
| 118 | 118 | 
| 119 ExecHelper('cmd', OutputParser()).run(). StatusOutputParser, LogOutputParser extends OutputParser. construct java result similar to that of cmd, compare results | 119 ExecHelper('cmd', OutputParser()).run(). StatusOutputParser, LogOutputParser extends OutputParser. construct java result similar to that of cmd, compare results | 
| 120 | 120 | 
| 121 Need better MethodRule than ErrorCollector for tests run as java app (to print not only MultipleFailureException, but distinct errors) | |
| 122 Also consider using ExternalResource and TemporaryFolder rules. | 
