Am 7. Januar 2011 15:49 schrieb Adeodato Simo <[email protected]>: > --- a/test/ganeti.cmdlib_unittest.py > +++ b/test/ganeti.cmdlib_unittest.py > +class TestLUAssignNodes(unittest.TestCase): > + > + def testCheckAssignmentForSplitInstances(self): > + node_data = dict((node.name, node) > + for node in [objects.Node(name='n1a', group='g1'),
s/""/''/ (in the whole patch) Michael
