Page MenuHomePhorge

timezonetest.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

timezonetest.h

/*
* Copyright (C) 2012 Christian Mollekopf <mollekopf@kolabsys.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TIMEZONETEST_H
#define TIMEZONETEST_H
#include <QObject>
class TimezoneTest: public QObject
{
Q_OBJECT
private slots:
/**
* If this unittest fails, many others will follow.
*/
void initTestCase();
void testFromName();
void testFromHardcodedList_data();
void testFromHardcodedList();
void testKolabObjectWriter();
// void testKolabObjectReader();
void testFindLegacyTimezone();
void testIgnoreInvalidTimezone();
void testTimezoneDaemonAvailable();
void testUTCOffset();
void localTimezone();
};
#endif // TIMEZONETEST_H

File Metadata

Mime Type
text/x-c
Expires
Sun, Apr 5, 10:48 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18792024
Default Alt Text
timezonetest.h (1 KB)

Event Timeline