Actions
Bug #189
closedFact filter should be case sensitive
Description
irb(main):011:0> gethosts(query = { "fact" => { "kernel" => "LiNUx" }, "state" => "all"}).length
=> 205
Should return nil
Actions
Description
irb(main):011:0> gethosts(query = { "fact" => { "kernel" => "LiNUx" }, "state" => "all"}).length
=> 205
Should return nil