Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
16 * Test code for directory and file handling
28 #include <sys/fcntl.h>
32 #include "CTEST.H" /* includes C interface to EPOC32 threads, and SpawnPosixServer */
38 @SYMTestCaseID SYSLIB-STDLIB-CT-1098
39 @SYMTestCaseDesc Tests for redirection of server
41 @SYMTestActions Tests for running of threads.Check for error codes
42 @SYMTestExpectedResults Test must not fail
49 printf("calling gets\n");
51 printf("got %s\nnow for a getchar > ", bob);
53 printf("got %d\n", x);
55 printf("got %s\n", bob);
74 test_Title("Redirection Server");
79 client=create_thread(tests, "tests");
82 err=wait_for_thread(client);