Sukii / Metaforml

Parser for MathType's MTEF binary format.
3 stars 2 forks source link

Adding binary samples/test cases #5

Open jure opened 9 years ago

jure commented 9 years ago

I'm getting ready to put in a bunch of test cases, i.e. binary oleObjectX.bin files from various Docx documents and the non-namespaced MathML that we get from a conversion in MathType.

What would be the best way to put this into the repository? Do you have any conditions that the samples or expected outputs must fulfill at this point?

Sukii commented 9 years ago

Maha will create a test sample for input and expected MathML (without namespace) output.

Thanks Suki

On Tue, Jul 7, 2015 at 3:03 PM, Jure Triglav notifications@github.com wrote:

I'm getting ready to put in a bunch of test cases, i.e. binary oleObjectX.bin files from various Docx documents and the non-namespaced MathML that we get from a conversion in MathType.

What would be the best way to put this into the repository? Do you have any conditions that the samples or expected outputs must fulfill at this point?

— Reply to this email directly or view it on GitHub https://github.com/Sukii/Metaforml/issues/5.

jure commented 9 years ago

Awesome! I thought this was in place, because I saw the expected output files in the repository already, but looking at AppTest.java, it's only testing parsing for now.

Let me know how I can help!

Sukii commented 9 years ago

Yes, the Java code goes only till some intermediate XML. The XSLT then takes it to MathML but that is not configured in to the Java test suite, yet.

Suki

On Tue, Jul 7, 2015 at 4:06 PM, Jure Triglav notifications@github.com wrote:

Awesome! I thought this was in place, because I saw the expected output files in the repository already, but looking at AppTest.java, it's only testing parsing for now.

Let me know how I can help!

— Reply to this email directly or view it on GitHub https://github.com/Sukii/Metaforml/issues/5#issuecomment-119164397.