#include <axis2_env.h>
#include <axis2_allocator.h>
#include <axis2_string.h>
#include <axis2_stream.h>
#include <axis2_error.h>
Go to the source code of this file.
Functions | |
AXIS2_EXTERN axis2_status_t | axis2_file_diff (const axis2_env_t *env, axis2_char_t *expected_file_name, axis2_char_t *actual_file_name) |
|
Test for two files to see whether they are equal. White spaces and new lines are ignored.
|