[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:30 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=c6b0149

The following commit has been merged in the master branch:
commit c6b014977868b508a63e5796a9b018c143c5f94f
Author: Vishesh Handa <handa.vish at gmail.com>
Date:   Thu Mar 15 19:59:26 2012 +0530

    nepomuk:/myself is now nepomuk:/me
---
 kpeople/nepomuk-feeder/tests/storage-test.cpp  | 2 +-
 kpeople/nepomuk-feeder/tests/tid-base-test.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kpeople/nepomuk-feeder/tests/storage-test.cpp b/kpeople/nepomuk-feeder/tests/storage-test.cpp
index 1eb8f15..868505c 100644
--- a/kpeople/nepomuk-feeder/tests/storage-test.cpp
+++ b/kpeople/nepomuk-feeder/tests/storage-test.cpp
@@ -445,7 +445,7 @@ void StorageTest::testCreateContact()
     QCOMPARE(Nepomuk::ResourceManager::instance()->allResourcesOfType(Nepomuk::Vocabulary::PIMO::Person()).size(), 2);
 
     foreach (Nepomuk::Resource r, Nepomuk::ResourceManager::instance()->allResourcesOfType(Nepomuk::Vocabulary::PIMO::Person())) {
-        if (r != Nepomuk::Resource("nepomuk:/myself")) {
+        if (r != Nepomuk::Resource("nepomuk:/me")) {
             Nepomuk::Thing t(r);
             QVERIFY(t.groundingOccurrences().contains(pC2));
         }
diff --git a/kpeople/nepomuk-feeder/tests/tid-base-test.cpp b/kpeople/nepomuk-feeder/tests/tid-base-test.cpp
index da2d629..e6d86fb 100644
--- a/kpeople/nepomuk-feeder/tests/tid-base-test.cpp
+++ b/kpeople/nepomuk-feeder/tests/tid-base-test.cpp
@@ -117,7 +117,7 @@ void TidBaseTest::setupAccountMonitor()
     // At this very point, we should have a "me" PIMO person up and running
     // FIXME: Port to new OSCAF standard for accessing "me" as soon as it
     // becomes available.
-    Nepomuk::Thing me(QUrl::fromEncoded("nepomuk:/myself"));
+    Nepomuk::Thing me(QUrl::fromEncoded("nepomuk:/me"));
 
     QVERIFY(me.exists());
     // Loop through all the grounding instances of this person

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list