# File test.rb, line 550 def test_parent_equals p = PageTemplate::Namespace.new() p["occupation"] = "Foole" assert(@@ns.parent = p, "'parent' is a setter for a parent Namespace") end