summaryrefslogtreecommitdiff
path: root/test/tc_parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/tc_parser.rb')
-rwxr-xr-xtest/tc_parser.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tc_parser.rb b/test/tc_parser.rb
index c745799..6dbf27e 100755
--- a/test/tc_parser.rb
+++ b/test/tc_parser.rb
@@ -12,6 +12,7 @@ class ParserTest < Test::Unit::TestCase
allok = true
Dir.foreach(DATADIR) do |f|
next if f !~ /.xml$/
+# puts "Checking #{f}"
str = File::read(DATADIR + '/' + f)
chan = Channel::new(str)
# for easier reading, go to ISO