Navigation Menu

Skip to content

Commit

Permalink
Update expected output of gcs-describe-domain
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 15, 2012
1 parent 4ba325e commit cdee2de
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions test/gcs-commands.test.js
Expand Up @@ -202,7 +202,12 @@ suite('gcs-describe-domain', function() {
'=======\n' +
ageField.summary + '\n' +
nameField.summary +'\n' +
'======================\n' });
'======================\n' +
'*Note: the hostname and the port number is ' +
'detected from the default options. If you run ' +
'the service with your favorite host name and ' +
'port number, then use it instead of default ' +
'information.\n' });

done();
})
Expand Down Expand Up @@ -260,7 +265,12 @@ suite('gcs-describe-domain', function() {
'\n' +
'Fields:\n' +
'=======\n' +
'======================\n' });
'======================\n' +
'*Note: the hostname and the port number is ' +
'detected from the default options. If you run ' +
'the service with your favorite host name and ' +
'port number, then use it instead of default ' +
'information.\n' });

done();
})
Expand Down

0 comments on commit cdee2de

Please sign in to comment.