-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added two replay tests and InfTextChunk error detection to inf-test-t…
…ext-replay 2008-09-22 Armin Burgmeier <[email protected]> * test/inf-test-text-replay.c: Added functionality to check for InfTextChunk errors by performing all the buffer operations on an (ascii-only) GString and comparing the result with the buffer. * libinfinity/adopted/inf-adopted-algorithm.c: Documented a missing parameter in InfAdoptedAlgorithm::execute-request. * test/replay/replay-01.record.xml: * test/replay/replay-02.record.xml: Added two records that currently fail to replay correctly.
- Loading branch information
Showing
6 changed files
with
27,163 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2008-09-22 Armin Burgmeier <[email protected]> | ||
|
||
* test/inf-test-text-replay.c: Added functionality to check for | ||
InfTextChunk errors by performing all the buffer operations on an | ||
(ascii-only) GString and comparing the result with the buffer. | ||
|
||
* libinfinity/adopted/inf-adopted-algorithm.c: Documented a missing | ||
parameter in InfAdoptedAlgorithm::execute-request. | ||
|
||
* test/replay/replay-01.record.xml: | ||
* test/replay/replay-02.record.xml: Added two records that currently | ||
fail to replay correctly. | ||
|
||
2008-09-22 Armin Burgmeier <[email protected]> | ||
|
||
* libinftext/inf-text-session.h: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.