Make registrar console logo non-Google-Registry-specific

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134691115
This commit is contained in:
mcilwain 2016-09-29 12:08:34 -07:00 committed by Ben McIlwain
parent f86c7c161c
commit bf75c4ca48
16 changed files with 70 additions and 23 deletions

View file

@ -55,7 +55,9 @@ function setUp() {
isAdmin: true,
xsrfToken: test.testXsrfToken,
clientId: test.testClientId,
showPaymentLink: false
showPaymentLink: false,
logoFilename: 'logo.png',
productName: 'Domain Registry'
});
stubs.setPath('goog.net.XhrIo', goog.testing.net.XhrIo);
registry.registrar.ConsoleTestUtil.setup(test);