projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- It actually wasn't a very good idea to authenticate against the MD5 password hash...
[reactos.git]
/
rostests
/
rosautotest
/
webservice.c
diff --git
a/rostests/rosautotest/webservice.c
b/rostests/rosautotest/webservice.c
index
dcfd79f
..
ab4eb38
100644
(file)
--- a/
rostests/rosautotest/webservice.c
+++ b/
rostests/rosautotest/webservice.c
@@
-170,6
+170,7
@@
GetTestID(TESTTYPES TestType)
{
StringOut("Expected Test ID, but received:\n");
StringOut(Data);
{
StringOut("Expected Test ID, but received:\n");
StringOut(Data);
+ StringOut("\n");
HeapFree(hProcessHeap, 0, Data);
return NULL;
}
HeapFree(hProcessHeap, 0, Data);
return NULL;
}
@@
-248,6
+249,7
@@
GetSuiteID(TESTTYPES TestType, const PVOID TestData)
{
StringOut("Expected Suite ID, but received:\n");
StringOut(Data);
{
StringOut("Expected Suite ID, but received:\n");
StringOut(Data);
+ StringOut("\n");
HeapFree(hProcessHeap, 0, Data);
return NULL;
}
HeapFree(hProcessHeap, 0, Data);
return NULL;
}