mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-devtest
synced 2026-01-15 02:22:56 +01:00
test.ListCmd: Use ListCmd._row_name() for displaying stuff
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fe8d9c0300
commit
31152ec718
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class ListCmd(TestCase): # export
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def name(self):
|
def name(self):
|
||||||
return '(' + self.to_str(fields=['name-fields', 'cmp-fields'], only_values=True) + ')'
|
return self.parent._row_name(self)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def line(self):
|
def line(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue