[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kde4_kconfig/kconfig/tests
From:       Thomas Braxton <brax108 () cox ! net>
Date:       2006-08-17 1:20:13
Message-ID: 1155777613.707600.8662.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 573700 by braxton:

remove superfluous qWarning.


 M  +1 -4      kconfigtest.cpp  


--- branches/work/kde4_kconfig/kconfig/tests/kconfigtest.cpp #573699:573700
@@ -203,11 +203,8 @@
   QVERIFY(sc2.hasGroup("AAA"));
 
   KConfigGroup sc3( &sc2, "AAA");
-  bool bImmutable = sc3.entryIsImmutable("stringEntry1");
+  QVERIFY( !sc3.entryIsImmutable("stringEntry1") );
 
-  QVERIFY( !bImmutable );
-  qWarning("sc3.entryIsImmutable() 1: %s", bImmutable ? "true" : "false");
-
   sc2.setGroup("AAA");
   QVERIFY( sc2.hasKey( "stringEntry1" ) );
   QCOMPARE( sc2.readEntry( "stringEntry1" ), QString( STRINGENTRY1 ) );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic