From: Artem Bityutskiy Date: Sat, 15 Dec 2007 16:26:25 +0000 (+0200) Subject: ubi-utils: remove rubbish X-Git-Tag: v1.2.0~129 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4ca176c135ec78e9a31a92bcd47d5895ea17a938;p=mtd-utils.git ubi-utils: remove rubbish This file makes zero sense nowadays. Signed-off-by: Artem Bityutskiy --- diff --git a/ubi-utils/testcases.txt b/ubi-utils/testcases.txt deleted file mode 100644 index dcc1c35..0000000 --- a/ubi-utils/testcases.txt +++ /dev/null @@ -1,9 +0,0 @@ -1. Start some large update, but write there byte-by-byte - -2. start update for N bytes, write N-x bytes, then write y bytes, y>x. - You have to see that at the last write only x bytes were written, - but y-x bytes were not. we may vary x a bit. good number would be - 1, 128, 128Ki-128... - -3. Try to start update for x bytes, write x bytes, then try to write more. - Check that it is impossible to write more.