OpenSearch/elasticsearch
Jason Tedor ed26294916 Fix HttpExporterTemplateTests from string split
This commit fixes an issue in HttpExporterTemplateTests caused by the
migration from Strings#splitStringToArray to String#split. Namely, the
previous would split a string like "/x/y/z/" into { "x", "y", "z" } but
the former will split this into { "", "x", "y", "z" }. This commit
modifies the test logic to respond to this change.

Original commit: elastic/x-pack-elasticsearch@c567b17180
2016-05-04 11:29:50 -04:00
..
license Remove XContentBuilderString 2016-04-18 14:37:17 -07:00
qa Watcher: Move urls from _watcher to _xpack/watcher 2016-05-04 09:39:47 +02:00
x-dev-tools Smoke Testing: Add smoke tester for licensing 2016-04-28 08:47:31 +02:00
x-pack Fix HttpExporterTemplateTests from string split 2016-05-04 11:29:50 -04:00
build.gradle Change path separator for Checkstyle suppressions to be Windows compatible 2016-02-05 12:15:47 +01:00
checkstyle_suppressions.xml Remove suppression and implement hashCode 2016-02-09 21:49:13 -05:00