From c6de59571ae681405c9b9a6c7fe69e5f1e2dd9f4 Mon Sep 17 00:00:00 2001 From: Liu Changcheng Date: Wed, 17 Aug 2016 13:21:37 +0800 Subject: [PATCH] test non-default value of attach-build-log In publishers.py, then default value of attach-build-log is False. It's more better to test one non-default value. Change-Id: Ib1911449b7d0e946de735fe569f6d738ce4229a1 Signed-off-by: Liu Changcheng Signed-off-by: Jerry Liu --- tests/publishers/fixtures/email-ext002.xml | 2 +- tests/publishers/fixtures/email-ext002.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/publishers/fixtures/email-ext002.xml b/tests/publishers/fixtures/email-ext002.xml index 9a420d363..bf589ee10 100644 --- a/tests/publishers/fixtures/email-ext002.xml +++ b/tests/publishers/fixtures/email-ext002.xml @@ -21,7 +21,7 @@ The build has finished */foo*.log - false + true false false $DEFAULT_REPLYTO diff --git a/tests/publishers/fixtures/email-ext002.yaml b/tests/publishers/fixtures/email-ext002.yaml index 4d693e5ae..8327a6f09 100644 --- a/tests/publishers/fixtures/email-ext002.yaml +++ b/tests/publishers/fixtures/email-ext002.yaml @@ -3,6 +3,6 @@ publishers: content-type: html subject: Subject for Build ${BUILD_NUMBER} body: The build has finished - attach-build-log: false + attach-build-log: true attachments: "*/foo*.log" matrix-trigger: only-configurations