ruby-net-ldap icon indicating copy to clipboard operation
ruby-net-ldap copied to clipboard

Fix encoding in test_snmp.rb

Open bkabrda opened this issue 12 years ago • 0 comments

In Ruby 2.0, all files are in UTF8 by default, so the SnmpGetRequest* variables get transformed into Unicode sequences and tests fail. This PR simply fixes this by using us-ascii coding for this file.

bkabrda avatar Mar 07 '13 13:03 bkabrda