Module: wine Branch: master Commit: 5da42336d9c0fd0ce6de5d5ce2042fab59b8db01 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5da42336d9c0fd0ce6de5d5ce2...
Author: Francois Gouget fgouget@free.fr Date: Thu Jan 8 19:23:16 2009 +0100
xinput1_3/tests: Add a trailing '\n' to an ok() call.
---
dlls/xinput1_3/tests/xinput.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/xinput1_3/tests/xinput.c b/dlls/xinput1_3/tests/xinput.c index 29f075f..2a07f2d 100644 --- a/dlls/xinput1_3/tests/xinput.c +++ b/dlls/xinput1_3/tests/xinput.c @@ -184,7 +184,7 @@ static void test_get_batteryinformation(void)
if (ERROR_DEVICE_NOT_CONNECTED == result) { - ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected."); + ok(batteryInfo.BatteryLevel == BATTERY_TYPE_DISCONNECTED, "Failed to report device as being disconnected.\n"); skip("Controller %d is not connected\n", controllerNum); } }