From 578d1bc2ec7ed18b06a9dc39ebeb7a41b4bf25cd Mon Sep 17 00:00:00 2001 From: Bohuslav Kabrda Date: Thu, 7 Mar 2013 14:39:43 +0100 Subject: [PATCH] Update test_snmp.rb 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. --- test/test_snmp.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_snmp.rb b/test/test_snmp.rb index 88a619d..b21ec66 100644 --- a/test/test_snmp.rb +++ b/test/test_snmp.rb @@ -1,3 +1,4 @@ +# coding: us-ascii # $Id: testsnmp.rb 231 2006-12-21 15:09:29Z blackhedd $ require 'common'