Scott Sanders wrote:

Scott laughs to self as this is exactly where he led Justin in private email to get the test case working :)

Justin, you can undo your change and just svn update the new code :)

Scott

On Jul 6, 2005, at 11:39 AM, [EMAIL PROTECTED] wrote:

def test_visit_module(self):
- #TODO
class m:
- def __init__(self, n, d, u):
+ def __init__(self, n, d, u, r):
self.name = n
self.description = d
self.url = u
+ self.repository = r
+
+ class r:
+ def __init__(self, workspace, name):
+ self.workspace = workspace
+ self.name = name

- mi = m("blah", "blah blah", "http://example.com";)
+ class w:
+ def __init__(self, name):
+ self.name = name
+
+ wi = w("blah")
+ ri = r(wi, "blah")
+ mi = m("blah", "blah blah", "http://example.com";, ri)
dynagumper = Dynagumper(self.db,self.log)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

I just got the lastest commit and test is running fine now. I am movin on

-Thanks
Justin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to