Page MenuHomePhorge

upgradetest.h
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

upgradetest.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 UPGRADETEST_H
#define UPGRADETEST_H
#include <QObject>
/**
* Test format upgrade from v2 to v3
*
* - Parse using v2 implementeation
* - Serialize and reparse using v3 implementeation
* - Compare results
*
* This ensures that all properties which are interpreted by the v2 implementation can be serialized and deserialized by the v3 implementation.
*
* Depends on serialization used for comparison to be correct (i.e. the ical implementation).
*/
class UpgradeTest: public QObject
{
Q_OBJECT
private slots:
void testIncidence_data();
void testIncidence();
void testContact_data();
void testContact();
};
#endif // UPGRADETEST_H

File Metadata

Mime Type
text/x-c
Expires
Sun, Apr 5, 9:57 PM (3 w, 9 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2e/43/7a1b2bf4d400092869083fc2628e
Default Alt Text
upgradetest.h (1 KB)

Event Timeline