bnicholes 2003/01/13 16:38:23
Modified: test nwgnuaprtest nw_misc.c
Log:
Add the pipe test back in for NetWare
Revision Changes Path
1.3 +1 -1 apr/test/nwgnuaprtest
Index: nwgnuaprtest
===================================================================
RCS file: /home/cvs/apr/test/nwgnuaprtest,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nwgnuaprtest 20 Dec 2002 19:09:14 -0000 1.2
+++ nwgnuaprtest 14 Jan 2003 00:38:23 -0000 1.3
@@ -198,10 +198,10 @@
$(OBJDIR)/testuser.o \
$(OBJDIR)/testvsn.o \
$(OBJDIR)/nw_misc.o \
+ $(OBJDIR)/testpipe.o \
$(EOLIST)
# Pending tests
-# $(OBJDIR)/testpipe.o \
#
# These are the LIB files needed to create the NLM target above.
1.2 +0 -8 apr/test/nw_misc.c
Index: nw_misc.c
===================================================================
RCS file: /home/cvs/apr/test/nw_misc.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nw_misc.c 20 Dec 2002 19:09:14 -0000 1.1
+++ nw_misc.c 14 Jan 2003 00:38:23 -0000 1.2
@@ -12,11 +12,3 @@
CuNotImpl(tc, "Test not implemented on this platform yet");
}
-CuSuite *testpipe(void)
-{
- CuSuite *suite = CuSuiteNew("Pipes");
- SUITE_ADD_TEST(suite, test_not_impl);
-
- return suite;
-}
-