Test for new config options.

This commit is contained in:
Andrey Smirnov
2014-02-06 21:58:40 +04:00
parent a97365377f
commit 09648044db
+3 -1
View File
@@ -47,7 +47,9 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
" \"architectures\": null,\n"+
" \"dependencyFollowSuggests\": false,\n"+
" \"dependencyFollowRecommends\": false,\n"+
" \"dependencyFollowAllVariants\": false\n"+
" \"dependencyFollowAllVariants\": false,\n"+
" \"gpgDisableSign\": false,\n"+
" \"gpgDisableVerify\": false\n"+
"}")
}