File: toconfigurationtest.cpp

package info (click to toggle)
tora 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 27,840 kB
  • ctags: 22,156
  • sloc: cpp: 191,995; sh: 17,549; makefile: 702; python: 159; ansic: 75; xml: 69
file content (20 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "toconfigurationtest.h"

CPPUNIT_TEST_SUITE_REGISTRATION( toConfigurationTest );

void toConfigurationTest::setUp()
{
}

void toConfigurationTest::tearDown()
{
}

toConfigurationTest::toConfigurationTest()
{
}

void toConfigurationTest::testConfiguration()
{
    CPPUNIT_ASSERT( 1 == 1 );
}