~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to srclib/apr/test/nw_misc.c

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <netware.h>
 
2
#include <screen.h>
 
3
#include "testutil.h"
 
4
 
 
5
void _NonAppStop( void )
 
6
{
 
7
    pressanykey();
 
8
}
 
9
 
 
10
/*
 
11
static void test_not_impl(CuTest *tc)
 
12
{
 
13
    CuNotImpl(tc, "Test not implemented on this platform yet");
 
14
}
 
15
*/
 
16