Browse Source

[2369] Rename non-existent filename in test

Mukund Sivaraman 12 years ago
parent
commit
9f5232047b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/tests/master_lexer_inputsource_unittest.cc

+ 1 - 1
src/lib/dns/tests/master_lexer_inputsource_unittest.cc

@@ -61,7 +61,7 @@ TEST_F(InputSourceTest, getName) {
 
 TEST_F(InputSourceTest, nonExistentFile) {
     EXPECT_THROW({
-        InputSource source(TEST_DATA_SRCDIR "/videokilledtheradiostar");
+        InputSource source(TEST_DATA_SRCDIR "/does-not-exist");
     }, InputSource::OpenError);
 }