Fix: False positive in agg_fail.
[agg.git] / tests_usr / item_title_broken.sh
blob8b23949f538b52a5238502b0301507c09f170578
1 #!/bin/sh
2 # Copyright (C) 2011 Andreas Waidler <arandes@programmers.at>
4 # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
5 # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
7 # 0. You just DO WHAT THE FUCK YOU WANT TO.
9 . ./libtests.sh
11 feed_exists() { assert_exists feed; }
12 item_exists() { assert_exists feed/item\ title; }
14 echo "Running agg on feed with item title after description..."
15 agg_run title_after_description.rss
16 t feed_exists
17 t item_exists