Add config option to follow dependency to source packages.

This commit is contained in:
Andrey Smirnov
2014-02-17 15:08:21 +04:00
parent c96491e873
commit 21123ac6a4
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -48,6 +48,7 @@ func (s *ConfigSuite) TestSaveConfig(c *C) {
" \"dependencyFollowSuggests\": false,\n"+
" \"dependencyFollowRecommends\": false,\n"+
" \"dependencyFollowAllVariants\": false,\n"+
" \"dependencyFollowSource\": false,\n"+
" \"gpgDisableSign\": false,\n"+
" \"gpgDisableVerify\": false,\n"+
" \"downloadSourcePackages\": false\n"+