<feed xmlns='http://www.w3.org/2005/Atom'>
<title>InputXSLT/tests, branch master</title>
<subtitle>XSLT extensions for static site generation</subtitle>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/'/>
<entry>
<title>Removed gtest based test cases and added program options</title>
<updated>2014-05-08T18:14:35+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-05-08T18:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=209f0b2fd9310f503d4599b12483fddc04d1f7dd'/>
<id>209f0b2fd9310f503d4599b12483fddc04d1f7dd</id>
<content type='text'>
* selectively testing document construction in plain C++ code has turned out to be more work than worth it
** i.e. removed test cases and GTest dependency
* added boost::program_options based frontent to InputXSLT
** example command: "./test --transformation ../dummy/transform.xsl --target out.xml"
** the plan is to use a simple shell script that generated test transformations and compares the output to reference files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* selectively testing document construction in plain C++ code has turned out to be more work than worth it
** i.e. removed test cases and GTest dependency
* added boost::program_options based frontent to InputXSLT
** example command: "./test --transformation ../dummy/transform.xsl --target out.xml"
** the plan is to use a simple shell script that generated test transformations and compares the output to reference files
</pre>
</div>
</content>
</entry>
<entry>
<title>Added basic external read file function test case</title>
<updated>2014-05-06T18:12:11+00:00</updated>
<author>
<name>Adrian Kummerländer</name>
</author>
<published>2014-05-06T18:12:11+00:00</published>
<link rel='alternate' type='text/html' href='https://code.kummerlaender.eu/InputXSLT/commit/?id=e17ba6dde7588f717bc5e79b3cb64cddd73d6173'/>
<id>e17ba6dde7588f717bc5e79b3cb64cddd73d6173</id>
<content type='text'>
* ... as a test of how well we are able to test DOM structures
* required change of constructDocument visibility
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ... as a test of how well we are able to test DOM structures
* required change of constructDocument visibility
</pre>
</div>
</content>
</entry>
</feed>
