Am 7. Januar 2011 16:02 schrieb Michael Hanselmann <[email protected]>: > 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)
Ups, the other way around, sorry. Michael
