def test_get_next_password():
	tool = PasswordTool()
	assert_equals("abcdefgi", tool.get_next_password("abcdefgh"))
	assert_equals("aaaa", tool.get_next_password("zzz"))