Author: nd Date: Sat Jan 15 07:42:50 2005 New Revision: 125264 URL: http://svn.apache.org/viewcvs?view=rev&rev=125264 Log: svn:eol-style = native
Modified: apr/apr-util/trunk/include/apr_ldap_option.h (props changed) apr/apr-util/trunk/test/NWGNUmakefile (props changed) apr/apr-util/trunk/test/nw_misc.c (contents, props changed) apr/apr-util/trunk/test/nwgnuaputest (props changed) apr/apr-util/trunk/test/testldap.c (props changed) Modified: apr/apr-util/trunk/test/nw_misc.c Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/test/nw_misc.c?view=diff&rev=125264&p1=apr/apr-util/trunk/test/nw_misc.c&r1=125263&p2=apr/apr-util/trunk/test/nw_misc.c&r2=125264 ============================================================================== --- apr/apr-util/trunk/test/nw_misc.c (original) +++ apr/apr-util/trunk/test/nw_misc.c Sat Jan 15 07:42:50 2005 @@ -1,16 +1,16 @@ -#include <netware.h> -#include <screen.h> -#include "testutil.h" - -void _NonAppStop( void ) -{ - pressanykey(); -} - -/* -static void test_not_impl(CuTest *tc) -{ - CuNotImpl(tc, "Test not implemented on this platform yet"); -} -*/ - +#include <netware.h> +#include <screen.h> +#include "testutil.h" + +void _NonAppStop( void ) +{ + pressanykey(); +} + +/* +static void test_not_impl(CuTest *tc) +{ + CuNotImpl(tc, "Test not implemented on this platform yet"); +} +*/ +
