diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-15 18:26:25 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-15 18:26:25 +0200 |
commit | 4ca176c135ec78e9a31a92bcd47d5895ea17a938 (patch) | |
tree | 5bb59c91071f3bed1d1805366cdc94faaafa7420 /ubi-utils/testcases.txt | |
parent | 2a1df5b2bd5328faa21353946587be507067a910 (diff) |
ubi-utils: remove rubbish
This file makes zero sense nowadays.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/testcases.txt')
-rw-r--r-- | ubi-utils/testcases.txt | 9 |
1 files changed, 0 insertions, 9 deletions
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. |