1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00: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:
Chris Tingue
2016-08-01 09:01:03 -07:00
committed by Justine Tunney
parent cf849bc073
commit 60fc27646a

View File

@@ -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);
}