Signed-off-by: FUJITA Tomonori <[email protected]>
---
ryu/tests/test_lib.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ryu/tests/test_lib.py b/ryu/tests/test_lib.py
index c812daf..9731566 100644
--- a/ryu/tests/test_lib.py
+++ b/ryu/tests/test_lib.py
@@ -182,7 +182,7 @@ class RyuTestResult(result.TextTestResult):
if stream is not None:
if self.showAll:
message = [label]
- detail = result._exception_details(err[1])
+ detail = result._exception_detail(err[1])
if detail:
message.append(detail)
stream.writeln(": ".join(message))
--
1.7.2.5
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel