選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
tdepim/kmail/tests/storagelayermodule.cpp

17 行
427 B

/**
* Copyright (C) 2005 Till Adam <adam@kde.org>
*
* This software is under the "if you run these tests and they break you
* have to fix it" license.
*/
#include <tdeunittest/runner.h>
#include <tdeunittest/module.h>
#include "messagedicttests.h"
using namespace KUnitTest;
TDEUNITTEST_MODULE( tdeunittest_storagelayermodule, "KMail Storage Layer Tests" );
TDEUNITTEST_MODULE_REGISTER_TESTER( MessageDictTester );