Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
frontend/afe/models.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/frontend/afe/models.py b/frontend/afe/models.py
index 33ffb8c..cfaa836 100644
--- a/frontend/afe/models.py
+++ b/frontend/afe/models.py
@@ -561,7 +561,7 @@ class TestParameter(dbmodels.Model):
unique_together = ('test', 'name')
def __unicode__(self):
- return u'%s (%s)' % (self.name, test.name)
+ return u'%s (%s)' % (self.name, self.test.name)
class Profiler(dbmodels.Model, model_logic.ModelExtensions):
--
1.7.5
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest