aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/test_llmanifest.py
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/test_llmanifest.py')
-rw-r--r--linden/indra/test/test_llmanifest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/test/test_llmanifest.py b/linden/indra/test/test_llmanifest.py
index 1ad5116..764e421 100644
--- a/linden/indra/test/test_llmanifest.py
+++ b/linden/indra/test/test_llmanifest.py
@@ -56,7 +56,8 @@ class Demo_ArchManifest(llmanifest.LLManifest):
56class TestLLManifest(unittest.TestCase): 56class TestLLManifest(unittest.TestCase):
57 mode='static' 57 mode='static'
58 def setUp(self): 58 def setUp(self):
59 self.m = llmanifest.LLManifest("src", "dst", {'grid':'default', 'platform':'darwin', 'version':(1,2,3,4)}) 59 self.m = llmanifest.LLManifest({'source':'src', 'dest':'dst', 'grid':'default', 'platform':'darwin', 'version':(1,2,3,4),
60 'artwork':'art', 'build':'build'})
60 61
61 def testproperwindowspath(self): 62 def testproperwindowspath(self):
62 self.assertEqual(llmanifest.proper_windows_path("C:\Program Files", "cygwin"),"/cygdrive/c/Program Files") 63 self.assertEqual(llmanifest.proper_windows_path("C:\Program Files", "cygwin"),"/cygdrive/c/Program Files")