From 6ed3408fe242e52552971484d6f921bebae9fce5 Mon Sep 17 00:00:00 2001 From: Andreas Waidler Date: Mon, 4 Apr 2011 08:24:21 +0200 Subject: [PATCH] Renaming and documenting bugs. --- BUGS | 2 ++ agg_modify => nomtime | 0 tests_usr.sh | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) rename agg_modify => nomtime (100%) diff --git a/BUGS b/BUGS index cea5662..83b941f 100644 --- a/BUGS +++ b/BUGS @@ -1 +1,3 @@ * Uses fixed size buffers. +* Assumes items are ordered descending by publication date +* Assumes items only change if their publication date changes diff --git a/agg_modify b/nomtime similarity index 100% rename from agg_modify rename to nomtime diff --git a/tests_usr.sh b/tests_usr.sh index 92daefa..33743c6 100755 --- a/tests_usr.sh +++ b/tests_usr.sh @@ -28,7 +28,7 @@ function agg_fail() function agg_clean() { cd "$FEED" - ../agg_modify "rm *" + ../nomtime "rm *" res=$? if [ $res -ne 0 ]; then echo "Failed to run agg_modify." -- 2.11.4.GIT