Merge "fix search handler test: leading slash for thumbnailSrc removed"

This commit is contained in:
Brad Fitzpatrick 2012-11-12 23:28:46 +00:00 committed by Gerrit Code Review
commit e2a0f194ba
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ var handlerTests = []handlerTest{
}, },
"size": 534, "size": 534,
"thumbnailHeight": 100, "thumbnailHeight": 100,
"thumbnailSrc": "/node.png", "thumbnailSrc": "node.png",
"thumbnailWidth": 100 "thumbnailWidth": 100
} }
}`), }`),