mirror of
https://github.com/google/nomulus
synced 2026-09-25 17:34:20 +00:00
Add ability to show full WHOIS output in nomulus command
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=197731992
This commit is contained in:
@@ -48,7 +48,7 @@ public class WhoisReaderTest {
|
||||
<T> T readCommand(String commandStr) throws Exception {
|
||||
return (T)
|
||||
new WhoisReader(new WhoisCommandFactory())
|
||||
.readCommand(new StringReader(commandStr), clock.nowUtc());
|
||||
.readCommand(new StringReader(commandStr), false, clock.nowUtc());
|
||||
}
|
||||
|
||||
void assertLoadsExampleTld(String commandString) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user