From bbc5225086b0c5bc0966a7eb6d6cb7f987e79dcc Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 20 Jul 2012 15:36:48 -0500 Subject: [PATCH] Pending samples work now --- test/test_classifier.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/test_classifier.rb b/test/test_classifier.rb index ac7fbb0d..9a72c9b2 100644 --- a/test/test_classifier.rb +++ b/test/test_classifier.rb @@ -69,10 +69,6 @@ class TestClassifier < Test::Unit::TestCase def test_classify_ambiguous_languages Sample.each do |sample| - # TODO: These tests are pending - next if sample.path =~ /hello.h/ - next if sample.path =~ /MainMenuViewController.h/ - next unless sample.language.overrides.any? extname = File.extname(sample.path)