test/run-test.rb in racknga-0.9.3 vs test/run-test.rb in racknga-0.9.4
- old
+ new
@@ -12,14 +12,12 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
$VERBOSE = true
-
-$KCODE = "u" if RUBY_VERSION < "1.9"
require 'pathname'
base_dir = Pathname(__FILE__).dirname.parent.expand_path
rroonga_dir = base_dir.parent + "rroonga"