Fixed various assertions.
Improved autotests Added target 'server' to be able to run the server outside the test process.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user