diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-07-20 15:36:48 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-07-20 15:36:48 -0500 |
| commit | bbc5225086b0c5bc0966a7eb6d6cb7f987e79dcc (patch) | |
| tree | 588e467b151b920cd4cb8dc31ff22fd43d37136c /test | |
| parent | 0867e7b69bb9a9d21a439ab37d2530b508c2293a (diff) | |
Pending samples work now
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_classifier.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/test_classifier.rb b/test/test_classifier.rb index ac7fbb0..9a72c9b 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) |
