aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-01-28 17:12:19 +0100
committerKai Koehne <kai.koehne@digia.com>2013-01-29 16:27:03 +0100
commit298531e370e490344f1e0786935197893be05c47 (patch)
treedb5697664d9b3149d6429e9de49a804bb2cab786 /tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
parent6d8d85b11638d5931781b707ae44eccf9d0552b5 (diff)
Incremented year in copyright infov2.6.2
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
Diffstat (limited to 'tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp')
-rw-r--r--tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp b/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
index 916db203ef..27266dcd17 100644
--- a/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
+++ b/tests/auto/extensionsystem/pluginspec/tst_pluginspec.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
@@ -70,7 +70,7 @@ void tst_PluginSpec::read()
QCOMPARE(spec.experimental, false);
QCOMPARE(spec.enabled, true);
QCOMPARE(spec.vendor, QString("Digia Plc"));
- QCOMPARE(spec.copyright, QString("(C) 2012 Digia Plc"));
+ QCOMPARE(spec.copyright, QString("(C) 2013 Digia Plc"));
QCOMPARE(spec.license, QString("This is a default license bla\nblubbblubb\nend of terms"));
QCOMPARE(spec.description, QString("This plugin is just a test.\n it demonstrates the great use of the plugin spec."));
QCOMPARE(spec.url, QString("http://qt.digi.com"));