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

List:       kde-commits
Subject:    KDE/kdepim/libkleo/tests
From:       Guy Maurel <guy-kde () maurel ! de>
Date:       2009-11-11 17:49:05
Message-ID: 1257961745.768043.5500.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1047646 by guymaurel:

add the case Kleo::CryptoConfigEntry::NumArgType:

 M  +6 -0      test_cryptoconfig.cpp  


--- trunk/KDE/kdepim/libkleo/tests/test_cryptoconfig.cpp #1047645:1047646
@@ -93,6 +93,9 @@
 
             cout << " string value=" << entry->stringValue().toLocal8Bit().constData();
             break;
+          case Kleo::CryptoConfigEntry::NumArgType:
+            // just metadata and should never actually occur in the switch
+            break;
           }
         else // lists
         {
@@ -138,6 +141,9 @@
             cout << " string values=" << lst.join(" ").toLocal8Bit().constData();
             break;
           }
+          case Kleo::CryptoConfigEntry::NumArgType:
+            // just metadata and should never actually occur in the switch
+            break;
           }
         }
         cout << endl;
[prev in list] [next in list] [prev in thread] [next in thread] 

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