Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: logdog/appengine/coordinator/hierarchy/hierarchy_test.go

Issue 2575383002: Add server/cache support to gaeconfig. (Closed)
Patch Set: Un-collapse. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: logdog/appengine/coordinator/hierarchy/hierarchy_test.go
diff --git a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
index 28b6909183a2107c200abc3416d5708b4a0857ce..a2a7a77517687921336782800b67393d86c08821 100644
--- a/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
+++ b/logdog/appengine/coordinator/hierarchy/hierarchy_test.go
@@ -22,7 +22,7 @@ import (
func TestHierarchy(t *testing.T) {
t.Parallel()
- Convey(`With a testing configuration`, t, func() {
+ FocusConvey(`With a testing configuration`, t, func() {
c, env := ct.Install()
var r Request
@@ -36,10 +36,10 @@ func TestHierarchy(t *testing.T) {
var lv listValidator
- Convey(`When requesting Project-level list`, func() {
+ FocusConvey(`When requesting Project-level list`, func() {
r.Project = ""
- Convey(`An anonymous user will see all public-access projects.`, func() {
+ FocusConvey(`An anonymous user will see all public-access projects.`, func() {
So(get(), lv.shouldHaveComponents, "proj-bar", "proj-foo")
})
« no previous file with comments | « logdog/appengine/coordinator/hierarchy/hierarchy.go ('k') | logdog/appengine/coordinator/hierarchy/project.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698