Explorar o código

Added a java style folder name to regression tests, because it might become more common in the future.

David Piuva hai 1 ano
pai
achega
01e2532a2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Source/test/tests/FileTest.cpp

+ 1 - 0
Source/test/tests/FileTest.cpp

@@ -91,6 +91,7 @@ START_TEST(File)
 		ASSERT_EQUAL(file_getExtension(U"\\file."), U"");
 		ASSERT_EQUAL(file_getExtension(U"file"), U"");
 		ASSERT_EQUAL(file_getExtension(U""), U"");
+		ASSERT_EQUAL(file_getExtension(U"/folder/com.dawoodoz.www/file.txt"), U"txt");
 		ASSERT_EQUAL(file_getExtension(U"/folder/./file.txt"), U"txt");
 		ASSERT_EQUAL(file_getExtension(U"/folder/file.h"), U"h");
 		ASSERT_EQUAL(file_getExtension(U"/folder/../file.h"), U"h");