[conduit: 32/138] Fix test note generation



commit ea77477e1bfec87f416c9ea26bef9f185ef2df6e
Author: John Carr <john carr unrouted co uk>
Date:   Tue Apr 28 10:15:08 2009 -0700

    Fix test note generation
---
 test/soup/data/note.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/soup/data/note.py b/test/soup/data/note.py
index 3a3dcd7..2697ac3 100644
--- a/test/soup/data/note.py
+++ b/test/soup/data/note.py
@@ -8,7 +8,7 @@ class NoteWrapper(soup.data.DataWrapper):
     def iter_samples(self):
         #FIXME: This is not very useful
         for f in self.get_files_from_data_dir("*"):
-            n = Note.Note(title=Utils.random_string(), content=Utils.random_string())
+            n = Note.Note(Utils.random_string(), Utils.random_string())
             n.set_UID(Utils.random_string())
             yield n
 



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