[extensions-web] tests: Fix test metadata UUIDs



commit 6c590f187b729f07c0caca989612d133e860ffbf
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Mar 29 09:43:57 2012 -0400

    tests: Fix test metadata UUIDs

 sweettooth/extensions/tests.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/extensions/tests.py b/sweettooth/extensions/tests.py
index d823795..8cfd48c 100644
--- a/sweettooth/extensions/tests.py
+++ b/sweettooth/extensions/tests.py
@@ -299,7 +299,7 @@ class ExtensionVersionTest(BasicUserTestCase, TestCase):
 
     def test_shell_versions_simple(self):
         metadata = {"name": "Test Metadata 4",
-                    "uuid": "test-4 gnome org",
+                    "uuid": "test-4 mecheye net",
                     "description": "Simple test metadata",
                     "url": "http://test-metadata.gnome.org";,
                     "shell-version": ["3.0.0", "3.0.1", "3.0.2"]}
@@ -314,7 +314,7 @@ class ExtensionVersionTest(BasicUserTestCase, TestCase):
 
     def test_shell_versions_stable(self):
         metadata = {"name": "Test Metadata 5",
-                    "uuid": "test-5 gnome org",
+                    "uuid": "test-5 mecheye net",
                     "description": "Simple test metadata",
                     "url": "http://test-metadata.gnome.org";,
                     "shell-version": ["3.0", "3.2"]}



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