Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arne Øslebø
mapi
Commits
4b19ed44
Commit
4b19ed44
authored
Aug 21, 2006
by
Browse files
small fixes
git-svn-id:
file:///home/svn/mapi/trunk@801
8d5bb341-7cf1-0310-8cf6-ba355fef3186
parent
3dddbd57
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/test_off_res2file.c
View file @
4b19ed44
...
...
@@ -191,9 +191,9 @@ DOT;
DOT
;
if
(
!
flag
)
printf
(
"
\n
Res
t
To File Error Checking OK
\n
"
);
printf
(
"
\n
Res To File Error Checking OK
\n
"
);
else
printf
(
"
\n
Res
t
To File Error Checking :FAILED:
\n
"
);
printf
(
"
\n
Res To File Error Checking :FAILED:
\n
"
);
DOT
;
if
(
mapi_connect
(
fd
)
<
0
){
...
...
@@ -210,7 +210,7 @@ DOT;
return
-
1
;
}
DOT
;
system
(
"rm -f test.res* ERROR_CASES*"
);
return
0
;
}
tests/test_to_file.c
View file @
4b19ed44
...
...
@@ -153,7 +153,7 @@ DOT;
fprintf
(
stderr
,
"Erorcode :%d description: %s
\n
"
,
err_no
,
error
);
return
-
1
;
}
system
(
"rm -f /usr/local/etc/mapi/TEST_TRACE /usr/local/etc/mapi/ERROR_CASES"
);
system
(
"rm -f /usr/local/etc/mapi/TEST_TRACE
*
/usr/local/etc/mapi/ERROR_CASES
*
"
);
if
(
!
flag
)
{
printf
(
"
\n
TO_FILE Error Checking OK
\n
"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment