Skip to content

Commit

Permalink
setting encodings in all the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault committed Sep 22, 2009
1 parent 026808c commit 6ff4a3a
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/test_basic_parsing.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_child_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_default_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_dynamic_segment_def.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_msa_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_obr_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_obx_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_pid_segment.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'test/unit'
require 'ruby-hl7'
Expand Down
2 changes: 1 addition & 1 deletion test/test_speed_parsing.rb
@@ -1,4 +1,4 @@
# $Id$
# encoding: UTF-8
$: << '../lib'
require 'time'
require 'test/unit'
Expand Down

0 comments on commit 6ff4a3a

Please sign in to comment.