hello,
I'm a new bie, and I want to ask:
1.jmeter use both jenkins and buildbot to do CI? was it redundant?
2.I guess there is no windows machine to do the CI job, cause daily ant target
test will fail for the following: (actually it doesnot matter, no bothering)
i.e. TestCsvSampleWriter.java
assertEquals("a,b\n", writer.toString()); // ant test will report
failure
assertEquals("a,b"+System.getProperty("line.separator"),writer.toString()); //
if changed to this, ant test will not report failure
regards.