[tracker] Renamed nmo:Mailbox to nmo:MailAccount in tools and tests



commit 5a97c5f551f7ddd45f8b471d5eb547a566fcf325
Author: Philip Van Hoof <philip codeminded be>
Date:   Fri Dec 11 10:41:33 2009 +0100

    Renamed nmo:Mailbox to nmo:MailAccount in tools and tests

 tests/libtracker-data/nmo/data-1.ttl              |    2 +-
 utils/data-generators/generate-data-for-gossip.py |    2 +-
 utils/services/file-class.cache.test              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/libtracker-data/nmo/data-1.ttl b/tests/libtracker-data/nmo/data-1.ttl
index 46f1a49..7947476 100644
--- a/tests/libtracker-data/nmo/data-1.ttl
+++ b/tests/libtracker-data/nmo/data-1.ttl
@@ -28,7 +28,7 @@ _:a1 nmo:isRead "stringly data for nmo:isRead" .
 _:a1 nmo:plainTextMessageContent "stringly data for nmo:plainTextMessageContent" .
 _:a1 nmo:messageId "stringly data for nmo:messageId" .
 
-_:a2 a nmo:Mailbox .
+_:a2 a nmo:MailAccount .
 
 _:a3 a nmo:IMMessage .
 
diff --git a/utils/data-generators/generate-data-for-gossip.py b/utils/data-generators/generate-data-for-gossip.py
index 83f02de..80295b0 100755
--- a/utils/data-generators/generate-data-for-gossip.py
+++ b/utils/data-generators/generate-data-for-gossip.py
@@ -129,7 +129,7 @@ def gen_me ():
         print_instance ("mailto:"; + address, "nco:EmailAddress")
         print_property ("nco:emailAddress", address, final=True)
 
-        print_instance (get_random_uuid_uri (), "nmo:Mailbox")
+        print_instance (get_random_uuid_uri (), "nmo:MailAccount")
         print_property ("nmo:accountName",
                         "Mail " + str(i))
         print_property ("nmo:accountDisplayName",
diff --git a/utils/services/file-class.cache.test b/utils/services/file-class.cache.test
index 5e3fd1e..eb50197 100644
--- a/utils/services/file-class.cache.test
+++ b/utils/services/file-class.cache.test
@@ -704,7 +704,7 @@ nmo nmo:Message
 nmo nmo:Email
 nmo nmo:hasContent
 nmo nmo:Attachment
-nmo nmo:Mailbox
+nmo nmo:MailAccount
 nmo nmo:MailboxDataObject
 nmo nmo:MessageHeader
 nmo nmo:IMMessage



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]