Fixed various assertions.

Improved autotests
Added target 'server' to be able to run the server outside the test process.
This commit is contained in:
Jocelyn Fiat
2012-12-19 00:10:31 +01:00
parent ffe87ccbe9
commit 17f16c35ad
7 changed files with 302 additions and 122 deletions

View File

@@ -151,7 +151,7 @@ feature {NONE} -- Parser
end
end
ensure
attached last_chunk as l_last_chunk implies l_last_chunk.count = chunk_upper - chunk_lower
attached last_chunk as l_last_chunk implies l_last_chunk.count = chunk_upper - chunk_lower + 1
end
read_chunk_data