datacommsserver/esockserver/test/TE_RConnectionSuite/src/TE_RConnectionNtRasTestSteps.cpp
changeset 2 dee179edb159
parent 0 dfb7c4ff071f
equal deleted inserted replaced
1:21d2ab05f085 2:dee179edb159
  1211  * 
  1211  * 
  1212  * I have modified the test step to use a non-valid SNAP preference (it is a recordID of a link level AP). 
  1212  * I have modified the test step to use a non-valid SNAP preference (it is a recordID of a link level AP). 
  1213  * So the test step should fail with KErrArgument.
  1213  * So the test step should fail with KErrArgument.
  1214  */
  1214  */
  1215 {
  1215 {
  1216 
  1216 	TCommSnapPref pref(23); //this is the recordid of a Link level AP.
  1217 	TCommSnapPref pref(227); //this is the recordid of a Link level AP.
       
  1218 
  1217 
  1219 	RSocketServ ss;
  1218 	RSocketServ ss;
  1220 	RConnection conn;
  1219 	RConnection conn;
  1221 
  1220 
  1222 	TInt err = OpenSocketServer(ss);
  1221 	TInt err = OpenSocketServer(ss);