test: Tokens should always have a colon

This commit is contained in:
Alexandre-Xavier Labonté-Lamoureux
2016-10-11 13:31:29 -04:00
parent a6ae958be7
commit ec87781956
9 changed files with 25 additions and 24 deletions

View File

@@ -96,11 +96,11 @@ func (obj *RecWatcher) Init() error {
return nil
}
//func (obj *RecWatcher) Add(path string) error { // XXX implement me or not?
//func (obj *RecWatcher) Add(path string) error { // XXX: implement me or not?
//
//}
//
//func (obj *RecWatcher) Remove(path string) error { // XXX implement me or not?
//func (obj *RecWatcher) Remove(path string) error { // XXX: implement me or not?
//
//}
@@ -209,7 +209,7 @@ func (obj *RecWatcher) Watch() error {
}
} else {
// TODO different watchers get each others events!
// TODO: different watchers get each others events!
// https://github.com/go-fsnotify/fsnotify/issues/95
// this happened with two values such as:
// event.Name: /tmp/mgmt/f3 and current: /tmp/mgmt/f2