Kaydet (Commit) 5c05dd12 authored tarafından Michael Stahl's avatar Michael Stahl

sw: VarFields test: fix "\" in URL (test fails on windows)

Change-Id: Ib1bc81e907cfd3e7a770fccf032c10fec91147e8
üst 26d08e75
...@@ -87,7 +87,7 @@ public class VarFields ...@@ -87,7 +87,7 @@ public class VarFields
assertNotNull("could not get component context.", m_xContext); assertNotNull("could not get component context.", m_xContext);
m_xDoc = util.WriterTools.createTextDoc(m_xMSF); m_xDoc = util.WriterTools.createTextDoc(m_xMSF);
m_TmpDir = util.utils.getOfficeTemp/*Dir*/(m_xMSF); m_TmpDir = util.utils.getOfficeTemp/*Dir*/(m_xMSF);
m_FileName = m_TmpDir + File.separator + "VarFields.odt"; m_FileName = m_TmpDir + "VarFields.odt";
System.out.println("file: " + m_FileName); System.out.println("file: " + m_FileName);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment