vorburger / opendaylight-bot

Eclipse Public License 1.0
0 stars 2 forks source link

Test TemplatesTest fails in Windows and MAC #18

Closed prateekiiest closed 6 years ago

prateekiiest commented 6 years ago

The above testhttps://github.com/vorburger/opendaylight-bot/blob/b3fa1e4c2b133696d727f9f41fb8e7b96fb83b66/bot/src/test/java/org/opendaylight/bot/templates/test/TestTemplate.java

fails in Windows due to small bug , but runs perfectly well in Linux.

It will fail in Mac too.

Solution

Replace hello world\n to hello world\r\n for Windows and hello world\r for MAC.

But we need 3 cases for this Some check condition for which OS its running on?

@vorburger thoughts?