Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Konsole
Commits
d0384133
Commit
d0384133
authored
Mar 02, 2010
by
Kurt Hindenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add reason for test failing
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1098017
parent
242fa869
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/tests/DBusTest.cpp
src/tests/DBusTest.cpp
+3
-2
No files found.
src/tests/DBusTest.cpp
View file @
d0384133
...
@@ -73,8 +73,9 @@ void DBusTest::initTestCase()
...
@@ -73,8 +73,9 @@ void DBusTest::initTestCase()
_interfaceName
=
service
;
_interfaceName
=
service
;
}
}
if
(
_interfaceName
.
isEmpty
())
if
(
_interfaceName
.
isEmpty
())
{
kFatal
()
<<
"No services matching "
<<
interfaceName
<<
" were found."
;
kFatal
()
<<
"This test will only work in a Konsole window with a new PID. A new Konsole PID can't be found."
;
}
//kDebug()<< "Using service: " + _interfaceName.toLatin1();
//kDebug()<< "Using service: " + _interfaceName.toLatin1();
_iface
=
new
QDBusInterface
(
_interfaceName
,
_iface
=
new
QDBusInterface
(
_interfaceName
,
...
...
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