Github user phunt commented on the issue:
https://github.com/apache/zookeeper/pull/417
Hi Abe. I started looking at this but noticed an issue right off the bat.
This line is removed when I diff btw your patch applied to trunk and
branch-3.5. Can you take a look through this again and verify? (obv fix this as
well).
```
<property name="test.data.buffersize.dir"
value="${test.data.dir}/buffersize" />
- <property name="test.data.kerberos.dir"
value="${test.data.dir}/kerberos" />
<property name="test.data.ssl.dir" value="${test.data.dir}/ssl" />
```
---