; Tiny test for basic functionality ; ; Invoke test as: java PlayerDB DB02.txt Script02.txt Log02.txt ; Uses: 1872to1874.txt ; ; Import a few records: import 1872to1874.txt ; ; Check the ID and Name indices (fairly large): show_index_for PlayerID show_index_for PlayerName show_index_for PlayerDebut ; ; Try some player ID searches: show_stats_for martiph01 show_stats_for shaffor01 show_stats_for arnolbi01 show_stats_for farreja01 ; ; Try some player name searches: identify_by_name Reid identify_by_name Rogers identify_by_name Miller identify_by_name Snyder identify_by_name Smith ; ; Try a debut search with some of matches: show_debuts_for 1873 ; ; Quit: exit