Pending samples work now

This commit is contained in:
Joshua Peek
2012-07-20 15:36:48 -05:00
parent 0867e7b69b
commit bbc5225086

View File

@@ -69,10 +69,6 @@ class TestClassifier < Test::Unit::TestCase
def test_classify_ambiguous_languages def test_classify_ambiguous_languages
Sample.each do |sample| 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? next unless sample.language.overrides.any?
extname = File.extname(sample.path) extname = File.extname(sample.path)