vmbx/vmbxengine/tsrc/ut_vmbxengine/src/ut_pbkstore.cpp
changeset 27 7eb70891911c
parent 19 e44a8c097b15
--- a/vmbx/vmbxengine/tsrc/ut_vmbxengine/src/ut_pbkstore.cpp	Thu May 27 13:23:05 2010 +0300
+++ b/vmbx/vmbxengine/tsrc/ut_vmbxengine/src/ut_pbkstore.cpp	Fri Jun 11 14:07:16 2010 +0300
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
 #include <QtTest/QtTest>
 #include <cvoicemailboxentry.h>
 #include "vmbxpbkstore.h"
@@ -48,7 +32,7 @@
     deletePbk(); 
 }
 
-/*
+
 void Ut_PbkStore::testWrite()
 {
     createPbk();
@@ -65,14 +49,14 @@
     entry = NULL;
     deletePbk(); 
 }
-*/
+
 void Ut_PbkStore::testPhonebookStore()
 {
     createPbk();
     mPbk->PhonebookStore();
     deletePbk(); 
 }
-/*
+
 void Ut_PbkStore::testGetL()
 {
     createPbk();
@@ -87,7 +71,7 @@
     entry = NULL;
     deletePbk(); 
 }
-*/
+
 void Ut_PbkStore::createPbk()
 {
     if (!mPbk){