; Tiny test for basic functionality ; ; Invoke test as: java PlayerDB MiniDB.txt MiniScript.txt MiniLog.txt ; Uses: MiniData.txt ; ; Import a few records: import MiniData.txt ; ; Check the ID and Name indices: show_index_for PlayerID show_index_for PlayerName ; ; Try a player ID search: show_stats_for barnefr01 ; ; Try a player name search: identify_by_name Grabowski ; ; Try a couple of searches that should fail: show_stats_for barneyfife identify_by_name Fife ; ; Quit: exit