test-istream.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
/* Copyright (c) 2014-2018 Dovecot authors, see the included COPYING file */
#include "test-lib.h"
#include "istream.h"
static void test_istream_children(void)
{
const unsigned char *data;
test_begin("istream children");
/* child1 read beginning */
/* child1 read middle.. */
/* child2 read beginning.. */
/* child1 check middle again.. the parent has been modified,
so it can't return the original data (without some code changes). */
/* child1 read end */
/* child2 check beginning again.. */
/* child2 read middle */
test_end();
}
void test_istream(void)
{
}