Skip to content

Commit

Permalink
upgrading to the new ES version, the bug with "/" in the name has bee…
Browse files Browse the repository at this point in the history
…n fixed, so adding the test back.
  • Loading branch information
andrejserafim committed Oct 31, 2015
1 parent 1067a35 commit 8ee90f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void setup() throws Exception {
}

@Test
@Ignore(value = "looks like this is a bug in es2, tracking as https://github.com/elastic/elasticsearch/issues/14177")
public void getWithSpecialCharacterInDocId() throws IOException {
final String documentId = "asd/qwe";
IndexResponse indexResponse = client().index(new IndexRequest(
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<elasticsearch.version>2.0.0-rc1</elasticsearch.version>
<elasticsearch.version>2.0.0</elasticsearch.version>

<lucene.version>5.2.1</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
Expand Down

0 comments on commit 8ee90f8

Please sign in to comment.