Skip to content

Commit

Permalink
Fix static analysis tests
Browse files Browse the repository at this point in the history
Change-Id: I8feae8d31db73b2f270e8d36aff85bbb7b2c6170
  • Loading branch information
Dmitry Polyanitsa committed Jan 15, 2016
1 parent e46fcda commit a1a0ae1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ class StaticAnalysisPublisherContextSpec extends Specification {
low[0].value().empty
ignoreCase[0].value() == false
excludePattern[0].value().empty
healthy[0].value() == null
unHealthy[0].value() == null
healthy[0].value() == ''
unHealthy[0].value() == ''
thresholdLimit[0].value() == 'low'
defaultEncoding[0].value().empty
thresholds[0].value().empty
Expand Down Expand Up @@ -338,8 +338,8 @@ class StaticAnalysisPublisherContextSpec extends Specification {
low[0].value().empty
ignoreCase[0].value() == false
excludePattern[0].value().empty
healthy[0].value() == null
unHealthy[0].value() == null
healthy[0].value() == ''
unHealthy[0].value() == ''
thresholdLimit[0].value() == 'low'
defaultEncoding[0].value().empty
thresholds[0].value().empty
Expand Down Expand Up @@ -372,8 +372,8 @@ class StaticAnalysisPublisherContextSpec extends Specification {
low[0].value() == 'three'
ignoreCase[0].value() == true
excludePattern[0].value() == 'bar'
healthy[0].value() == null
unHealthy[0].value() == null
healthy[0].value() == ''
unHealthy[0].value() == ''
thresholdLimit[0].value() == 'low'
defaultEncoding[0].value().empty
thresholds[0].value().empty
Expand Down

0 comments on commit a1a0ae1

Please sign in to comment.