Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] Question: a test case in mylyn.context

Hi,
I have a question about org.eclipse.mylyn.context.

I am using the context file of mylyn for research use, 
and now I am thinking about adding some more information to the context file.
Let me propose the concept of the extension later.

The question is that o.e.m.context.tests having some strange test case.
The code is here: https://github.com/eclipse/mylyn.context/blob/master/org.eclipse.mylyn.context.tests/src/org/eclipse/mylyn/context/tests/ContextExternalizerTest.java#L112
I wonder that “new DomContextWriter()”, at line no.112 in ContextExternalizerTest.java,
should be “new SaxContextWriter()”.
Moreover, the test case altering DomContextWriter to SaxContextWriter fails, while the original test case passes.

Is this code right? or is it not used in the testing?


Regards,
Yamamori 

—
Akihiro Yamamori 
Graduate School of Information Science and Engineering 
Tokyo Institute of Technology

yamamori.a.aa@xxxxxxxxxxxxxx



Back to the top