included previously excluded tests

cusax-fix
Emil Ivov 20 years ago
parent 5c9f68eac1
commit 907194d471

@ -66,7 +66,7 @@ protected void tearDown() throws Exception
* @throws ParseException if we hand a malformed URI to someone
* @throws OperationFailedException if something weird happens.
*/
public void atestCreateCancelCall()
public void testCreateCancelCall()
throws ParseException, OperationFailedException
{
OperationSetBasicTelephony basicTelephonyP1
@ -296,7 +296,7 @@ public void atestCreateCancelCall()
* @throws ParseException if we hand a malformed URI to someone
* @throws OperationFailedException if something weird happens.
*/
public void atestCreateRejectCall()
public void testCreateRejectCall()
throws ParseException, OperationFailedException
{
OperationSetBasicTelephony basicTelephonyP1

Loading…
Cancel
Save