Commit 5050c97
authored
Eclipse puts all of a project's classes into the same classpath. It's a
silly thing but that's what it does. This was causing an error importing
the EQL rest tests because we had two classes named `EqlRestIT`. I
usually just closed that project after importing into eclipse. Today I
decided to make Eclipse happy and rename the test.
1 parent fbe49d1 commit 5050c97
File tree
1 file changed
+2
-2
lines changed- x-pack/plugin/eql/qa/rest/src/yamlRestTest/java/org/elasticsearch/xpack/eql
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments