1# 2# This is the test script for the block relocation table. 3# 4# Copyright 1997 by Theodore Ts'o. This file may be redistributed 5# under the terms of the GNU Public License. 6# 7# 8brel_dump 9brel_put 2 11 10brel_put 1 10 11brel_put 3 9 12brel_put 1 10 4 128 13# 14# Test boundary cases for brel_put 15# 16brel_put 23 12 17brel_put 24 13 18# 19# Test other boundary cases 20# 21brel_get 24 22brel_delete 24 23# 24# Test getting existing and non-existent entries 25# 26brel_get 5 27brel_get 3 28brel_get 1 29# 30# Test the iterator functions 31# 32brel_start_iter 33brel_next 34brel_next 35brel_next 36brel_next 37# 38# Test delete and move 39# 40brel_delete 2 41brel_delete 2 42brel_delete 5 43brel_move 1 2 44brel_delete 1 45brel_move 1 4 46brel_move 2 5 47brel_dump 48