Closed atiqsayyed closed 9 years ago
Awesome, thanks!
There are 3 big files in this commit, hence github can't show them:
src/test/resources/test-cases.xml
src/main/resources/reftest-toc.xml
src/main/resources/test-cases.xml
Can you please describe them?
src/main/resources/reftest-toc.xml : this is the index file which we parse, http://test.csswg.org/suites/css2.1/nightly-unstable/xhtml1/reftest-toc.xht
src/main/resources/test-cases.xml : after parsing the reftest-toc.xml we generate test-cases.xml which is our required format which we use it for running test cases
src/test/resources/test-cases.xml, rc/main/resources/test-cases.xml (both are same xmls)
I think these should not be in the repo. I could do the changes myself, but
So it is better if you do it, and then create a new rebased / squashed branch.
I've made the changes.... We'll talk about the implementation details and how we want to take it further
Cool, thanks! I see that you have committed to master, making it difficult to rebase.
I will rebase it myself and credit you.
I have rebased and merged with master, retaining the authorship.
I've removed the xht documents from test/resources..
if you want to run the test cases, add the xhtml folder from nightly-unstable to test/resouces
we can iterate over it and make it much more fast and better...