richedit: Avoided testing for undocumented behaviour causing test to fail.
commitaf47ac09d5c3ec6560e93770669fa5ff4b2627ad
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 2 Oct 2008 21:33:33 +0000 (2 17:33 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 6 Oct 2008 11:06:13 +0000 (6 13:06 +0200)
treef57e4826d1b425ec23f52ce0987dd30039d003fe
parent0589b618482a2ce70a82b73c652f1a86f04c812e
richedit: Avoided testing for undocumented behaviour causing test to fail.

The test for EM_GETLINE was testing to make sure the null terminating
character was written at the end of the text as long as the buffer was
long enough, and also tested to make sure that no other bytes were
written after this null terminating character.  This is consistent with
Windows 2000 and up, but not for previous versions of Windows.
dlls/riched20/tests/editor.c