← Back to team overview

ayatana-commits team mailing list archive

[Branch ~agateau/plasma-indicatordisplay/trunk] Rev 84: Unbreak test

 

------------------------------------------------------------
revno: 84
committer: Aurelien Gateau <aurelien.gateau@xxxxxxxxxxxxx>
branch nick: plasma-indicatordisplay
timestamp: Tue 2009-09-15 16:06:26 +0200
message:
  Unbreak test
modified:
  tests/listenermodeltest.cpp


--
lp:plasma-indicatordisplay
https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk

Your team ayatana-commits is subscribed to branch lp:plasma-indicatordisplay.
To unsubscribe from this branch go to https://code.launchpad.net/~agateau/plasma-indicatordisplay/trunk/+edit-subscription.
=== modified file 'tests/listenermodeltest.cpp'
--- tests/listenermodeltest.cpp	2009-09-15 13:38:04 +0000
+++ tests/listenermodeltest.cpp	2009-09-15 14:06:26 +0000
@@ -34,7 +34,7 @@
 {
     mListener = new QIndicate::Listener();
 
-    mModel = new ListenerModel(mListener);
+    mModel = new ListenerModel(mListener, SERVER_TYPE);
 
     mServer = QIndicate::Server::defaultInstance();
     const QString desktopFile = KDESRCDIR "test.desktop";