Skip to content

Commit

Permalink
update protocol flags in TestVersionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Feb 21, 2016
1 parent dc3982e commit 3bfc664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core_test.go
Expand Up @@ -6,7 +6,7 @@ import (

func TestVersionInfo(t *testing.T) {
info := VersionInfo(VERSION_FIRST)
expectedProtocols := []string{"dict", "file", "ftp", "ftps", "gopher", "http", "https", "imap", "imaps", "ldap", "ldaps", "pop3", "pop3s", "rtmp", "rtsp", "smtp", "smtps", "telnet", "tftp", "scp", "sftp"}
expectedProtocols := []string{"dict", "file", "ftp", "ftps", "gopher", "http", "https", "imap", "imaps", "ldap", "ldaps", "pop3", "pop3s", "rtmp", "rtsp", "smtp", "smtps", "telnet", "tftp", "scp", "sftp", "smb", "smbs"}
protocols := info.Protocols
for _, protocol := range protocols {
found := false
Expand Down

0 comments on commit 3bfc664

Please sign in to comment.