From a2cfa306c2dbfa8916eda40e94813986aceb161e Mon Sep 17 00:00:00 2001 From: Andrew Mellen Date: Fri, 15 Sep 2017 19:04:03 -0400 Subject: [PATCH] Add EMPTY_FOLDER_XML str to match docs Change-Id: Ic36ccaa897b8334877b7706e30276103381f9380 Closes-Bug: #1605491 --- jenkins/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jenkins/__init__.py b/jenkins/__init__.py index 8b55ff1..53128e8 100755 --- a/jenkins/__init__.py +++ b/jenkins/__init__.py @@ -138,6 +138,16 @@ EMPTY_CONFIG_XML = ''' ''' +# for testing only +EMPTY_FOLDER_XML = ''' + + + + + + +''' + # for testing only RECONFIG_XML = '''