From b768035347479574a33f3c5f089c2cc6922e2e9b Mon Sep 17 00:00:00 2001 From: Benjamin Blanc <benjamin.blanc@tiolive.com> Date: Thu, 13 Jun 2013 14:15:35 +0200 Subject: [PATCH] Up --- erp5/util/testnode/UnitTestRunner.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/erp5/util/testnode/UnitTestRunner.py b/erp5/util/testnode/UnitTestRunner.py index a7e0edda0d..2353e5a142 100644 --- a/erp5/util/testnode/UnitTestRunner.py +++ b/erp5/util/testnode/UnitTestRunner.py @@ -152,4 +152,8 @@ class UnitTestRunner(): log_prefix='runTestSuite', get_output=False) def getRelativePathUsage(self): + """ + Used by the method testnode.constructProfile() to know + if the software.cfg have to use relative path or not. + """ return False -- 2.30.9