24
|
1 |
// Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// This contains PsdAgt TestCase Test 9.1
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
// EPOC includes
|
|
19 |
#include <e32base.h>
|
|
20 |
#include <in_sock.h>
|
|
21 |
|
|
22 |
// Test system includes
|
|
23 |
#include "networking/log.h"
|
|
24 |
#include "networking/teststep.h"
|
|
25 |
#include "TestStepPsdAgt.h"
|
|
26 |
#include "TestSuitePsdAgt.h"
|
|
27 |
|
|
28 |
// COMMDB Database Undo
|
|
29 |
#include "DbUndo.h"
|
|
30 |
|
|
31 |
// RPacketContext
|
|
32 |
#include <etelpckt.h>
|
|
33 |
|
|
34 |
// EPsdStartingConfiguration
|
|
35 |
#include <psdprog.h>
|
|
36 |
|
|
37 |
// Class definitions
|
|
38 |
#include "PsdAgtTestCreateQoS.h"
|
|
39 |
|
|
40 |
// Test case 9.1
|
|
41 |
enum TVerdict CPsdAgtTest9_1::doPsdAgtTestStepL( void )
|
|
42 |
{
|
|
43 |
TRealAgtNotify agtNotify;
|
|
44 |
agtNotify.SetTestCase(901);
|
|
45 |
|
|
46 |
ConnectExpectErrorL(KErrGeneral, EPsdFinishedConfiguration);
|
|
47 |
|
|
48 |
return iTestStepResult;
|
|
49 |
}
|