src/main/java/org/apache/accumulo/testing/randomwalk/security/AlterTablePerm.java [143:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    + target + " when it should have worked", ae);
              return;
            case USER_DOESNT_EXIST:
              if (userExists)
                throw new AccumuloException("Table user doesn't exist and they SHOULD.", ae);
              return;
            case TABLE_DOESNT_EXIST:
              if (tableExists)
                throw new AccumuloException("Table doesn't exist but it should", ae);
              return;
            case BAD_CREDENTIALS:
              if (!trans)
                throw new AccumuloException("Bad credentials for user " + client.whoami());
              return;
            default:
              throw new AccumuloException("Got unexpected exception", ae);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/accumulo/testing/randomwalk/security/AlterTablePerm.java [172:187]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    + target + " when it should have worked", ae);
              return;
            case USER_DOESNT_EXIST:
              if (userExists)
                throw new AccumuloException("Table user doesn't exist and they SHOULD.", ae);
              return;
            case TABLE_DOESNT_EXIST:
              if (tableExists)
                throw new AccumuloException("Table doesn't exist but it should", ae);
              return;
            case BAD_CREDENTIALS:
              if (!trans)
                throw new AccumuloException("Bad credentials for user " + client.whoami());
              return;
            default:
              throw new AccumuloException("Got unexpected exception", ae);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



