Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Akonadi Contacts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Akonadi Contacts
Commits
ab2514a1
Commit
ab2514a1
authored
Feb 09, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add more autotests
parent
754210b8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
50 additions
and
0 deletions
+50
-0
akonadi-contact/src/editor/customfieldeditor/autotests/customfieldeditorwidgettest.cpp
...stomfieldeditor/autotests/customfieldeditorwidgettest.cpp
+1
-0
akonadi-contact/src/editor/customfieldeditor/autotests/customfieldswidgettest.cpp
...or/customfieldeditor/autotests/customfieldswidgettest.cpp
+1
-0
akonadi-contact/src/editor/customfieldeditor/tests/CMakeLists.txt
...contact/src/editor/customfieldeditor/tests/CMakeLists.txt
+17
-0
akonadi-contact/src/editor/customfieldeditor/tests/main.cpp
akonadi-contact/src/editor/customfieldeditor/tests/main.cpp
+31
-0
No files found.
akonadi-contact/src/editor/customfieldeditor/autotests/customfieldeditorwidgettest.cpp
View file @
ab2514a1
...
...
@@ -22,6 +22,7 @@
#include "customfieldeditorwidgettest.h"
#include "../customfieldeditorwidget.h"
#include <QTest>
CustomFieldEditorWidgetTest
::
CustomFieldEditorWidgetTest
(
QObject
*
parent
)
...
...
akonadi-contact/src/editor/customfieldeditor/autotests/customfieldswidgettest.cpp
View file @
ab2514a1
...
...
@@ -22,6 +22,7 @@
#include "customfieldswidgettest.h"
#include "../customfieldswidget.h"
#include <QTest>
CustomFieldsWidgetTest
::
CustomFieldsWidgetTest
(
QObject
*
parent
)
...
...
akonadi-contact/src/editor/customfieldeditor/tests/CMakeLists.txt
View file @
ab2514a1
set
(
customfieldeditor_SRCS
main.cpp
)
add_executable
(
customfieldeditortest
${
customfieldeditor_SRCS
}
)
target_link_libraries
(
customfieldeditortest
Qt5::Widgets
KF5::AkonadiContact
KF5::Contacts
KF5::I18n
KF5::Completion
Qt5::WebKitWidgets
Grantlee5::Templates
KF5::IconThemes
KF5::WidgetsAddons
)
akonadi-contact/src/editor/customfieldeditor/tests/main.cpp
0 → 100644
View file @
ab2514a1
/*
This file is part of Akonadi Contact.
Copyright (C) 2016 eyeOS S.L.U., a Telefonica company, sales@eyeos.com
Copyright (C) 2016 Laurent Montel <laurent.montel@kdab.com>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This library 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 Library General Public
License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to the
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#include <QApplication>
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
app
(
argc
,
argv
);
return
app
.
exec
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment