]
Konstantin Marmalyukov closed JBIDE-17168.
------------------------------------------
verified on win7
Test Failure on Windows:
org.jboss.tools.common.model.test.PropertiesLoaderTest
sectestModificationOfFileWithVariousFormattedProperties
---------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-17168
URL:
https://issues.jboss.org/browse/JBIDE-17168
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core
Affects Versions: 4.2.0.Beta1
Environment: Windows 7x64, java7u51 32bit, maven 3.2.1
Reporter: Konstantin Marmalyukov
Assignee: Viacheslav Kabanovich
Fix For: 4.2.0.Beta2
Test sectestModificationOfFileWithVariousFormattedProperties
(org.jboss.tools.common.model.test.PropertiesLoaderTest) fails during local build. See
PropertiesLoaderTest.java:137
{quote}
expected:<p1=\
#
p2=\
[
p3=\
#\
]
p4=\
\#
p5=#\
...> but was:<p1=\
#
p2=\
[
p3=\
#\
]
p4=\
\#
p5=#\
...>
{quote}