| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM
Minor changes suggested below.
Sorry, something went wrong.
| if (argc != 2) { | ||
| std::string const cmd = argv[0]; | ||
| auto last_slash = std::string(cmd).find_last_of('/'); | ||
| // Show Usage if invalid no of arguments |
There was a problem hiding this comment.
s/no/number/
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
|
|
||
| class InstanceAdminIntegrationTest : public testing::Test { | ||
| protected: | ||
| std::unique_ptr<bigtable::InstanceAdmin> instance_admin_; |
There was a problem hiding this comment.
Put member variables last, after methods?
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
|
|
||
| std::string InstanceTestEnvironment::project_id_; | ||
|
|
||
| class InstanceAdminIntegrationTest : public testing::Test { |
There was a problem hiding this comment.
s/testing::Test/::testing::Test/ ?
Above, ::testing::Environment uses absolute namespace reference.
Sorry, something went wrong.
There was a problem hiding this comment.
Done.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This fixes #343.