mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 23:03:34 +02:00
Add domain application create history to LrpToken
Also change LrpToken to utilize Builder, and make changes to the registry_tool command to return detailed history on the application, if desired. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128990117
This commit is contained in:
parent
cf849bc073
commit
60fc27646a
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public abstract class CommandTestCase<C extends Command> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void assertNotInStdout(String expected) throws Exception {
|
protected void assertNotInStdout(String expected) throws Exception {
|
||||||
assertThat(getStdoutAsString()).doesNotContain(expected);
|
assertThat(getStdoutAsString()).doesNotContain(expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue