<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/tests, branch v0.9.0.3</title>
<subtitle>Robin Krahl's fork of cgit</subtitle>
<id>https://git.ireas.org/cgit/atom?h=v0.9.0.3</id>
<link rel='self' href='https://git.ireas.org/cgit/atom?h=v0.9.0.3'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/'/>
<updated>2011-07-21T12:48:37Z</updated>
<entry>
<title>tests: fix failures when CDPATH is set</title>
<updated>2011-07-21T12:48:37Z</updated>
<author>
<name>Ferry Huberts</name>
<email>ferry.huberts@pelagic.nl</email>
</author>
<published>2011-07-21T12:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=877ff681007f31c69777e9569c4de819d4af19c9'/>
<id>urn:sha1:877ff681007f31c69777e9569c4de819d4af19c9</id>
<content type='text'>
Some tests would otherwise fail because commands such as
  cd trash/repos/foo &amp;&amp; git rev-list --reverse HEAD | head -1
would return 2 lines instead of 1: the 'cd' command also
prints the path when CDPATH is set.

Signed-off-by: Ferry Huberts &lt;ferry.huberts@pelagic.nl&gt;
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>ui-log.c: do not link from age column</title>
<updated>2011-06-02T10:30:26Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-06-02T10:30:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=d885158f6ac29e04bd14dd132331c7e3a93e7490'/>
<id>urn:sha1:d885158f6ac29e04bd14dd132331c7e3a93e7490</id>
<content type='text'>
The link url wasn't properly escaped, and since the link was identical
to the one used on the commit message it didn't serve any special purpose.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>tests: add tests for links with space in path and/or args</title>
<updated>2011-05-23T20:58:35Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-05-22T10:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=084ca50972b4be120eba8d22ce585766ae315c36'/>
<id>urn:sha1:084ca50972b4be120eba8d22ce585766ae315c36</id>
<content type='text'>
These tests tries to detect bad links in various pages. On the log page,
there currently exists links which are not properly escaped due to the
use of cgit_fileurl() when building the link. For now, this bug is simply
tagged as such.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>tests/setup.sh: add support for known bugs</title>
<updated>2011-05-23T20:58:35Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2011-05-22T10:21:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=afe04daa3380ae144c2c9b486674c98e5dd082a3'/>
<id>urn:sha1:afe04daa3380ae144c2c9b486674c98e5dd082a3</id>
<content type='text'>
This patch makes it possible to add tests for known bugs without aborting
the testrun.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>t0108-patch: add 'tests_done' to end</title>
<updated>2010-08-29T15:27:40Z</updated>
<author>
<name>Mark Lodato</name>
<email>lodatom@gmail.com</email>
</author>
<published>2010-08-27T02:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=c94414a4c8cd099f5737e8b4066693d07ce78f61'/>
<id>urn:sha1:c94414a4c8cd099f5737e8b4066693d07ce78f61</id>
<content type='text'>
Signed-off-by: Mark Lodato &lt;lodatom@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jw/commit-decorations'</title>
<updated>2009-01-27T22:00:40Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T22:00:40Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=dfc4c82aad1ca990544441ce8b90e99d32f0d82d'/>
<id>urn:sha1:dfc4c82aad1ca990544441ce8b90e99d32f0d82d</id>
<content type='text'>
Conflicts:
	cgit.css

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>tests/t0105-commit.sh: expect commit decorations</title>
<updated>2009-01-27T21:59:23Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T21:59:23Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=38fde35f9a28263e3e89dc9504cb8fb72d98a748'/>
<id>urn:sha1:38fde35f9a28263e3e89dc9504cb8fb72d98a748</id>
<content type='text'>
When a commit is referenced by a branch or tag the commit subject-
line will be suffixed with the proper decorations, hence the test
for this line needs to be updated.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'og/tree-view-selection'</title>
<updated>2009-01-27T19:21:56Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-27T19:21:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=1fdde95a5a169ad2240460b1d3f25bae606527f5'/>
<id>urn:sha1:1fdde95a5a169ad2240460b1d3f25bae606527f5</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'snapshot-fixes'</title>
<updated>2009-01-11T11:22:46Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-11T11:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=aa60ae12cb3db965b3fe7239424cab92175b8343'/>
<id>urn:sha1:aa60ae12cb3db965b3fe7239424cab92175b8343</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'lh/mimetypes'</title>
<updated>2009-01-11T11:22:31Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2009-01-11T11:22:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=7f7c1ddd37f7286afc02fa06bf4f62cfa4e9ee12'/>
<id>urn:sha1:7f7c1ddd37f7286afc02fa06bf4f62cfa4e9ee12</id>
<content type='text'>
</content>
</entry>
</feed>
