winpr/path: umimplemented tests print a warning
authorNorbert Federa <norbert.federa@thincast.com>
Mon, 8 Jun 2015 10:06:46 +0000 (12:06 +0200)
committerNorbert Federa <norbert.federa@thincast.com>
Mon, 8 Jun 2015 12:33:19 +0000 (14:33 +0200)
14 files changed:
winpr/libwinpr/path/test/TestPathAllocCanonicalize.c
winpr/libwinpr/path/test/TestPathCchAppendEx.c
winpr/libwinpr/path/test/TestPathCchCanonicalize.c
winpr/libwinpr/path/test/TestPathCchCanonicalizeEx.c
winpr/libwinpr/path/test/TestPathCchCombine.c
winpr/libwinpr/path/test/TestPathCchCombineEx.c
winpr/libwinpr/path/test/TestPathCchIsRoot.c
winpr/libwinpr/path/test/TestPathCchRemoveBackslash.c
winpr/libwinpr/path/test/TestPathCchRemoveBackslashEx.c
winpr/libwinpr/path/test/TestPathCchRemoveExtension.c
winpr/libwinpr/path/test/TestPathCchRemoveFileSpec.c
winpr/libwinpr/path/test/TestPathCchRenameExtension.c
winpr/libwinpr/path/test/TestPathCchSkipRoot.c
winpr/libwinpr/path/test/TestPathCchStripToRoot.c

index 81f6014..cb812c4 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathAllocCanonicalize(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 6f040fa..563bccb 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchAppendEx(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 7c5b868..a5b1ec0 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchCanonicalize(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 13c4d37..dd0ae1d 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchCanonicalizeEx(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index bfe1e86..0d7cd47 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchCombine(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 5c3d0b8..725bc8f 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchCombineEx(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index a4e48da..878328d 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchIsRoot(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index a7c00ec..489d313 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchRemoveBackslash(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 903341a..eaf863f 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchRemoveBackslashEx(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index f52ea8f..700c217 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchRemoveExtension(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 192894e..3754cb3 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchRemoveFileSpec(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index a1816cb..5b86c36 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchRenameExtension(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index 4e83ef5..a2821e7 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchSkipRoot(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }
 
index cc6e13c..6192549 100644 (file)
@@ -7,6 +7,7 @@
 
 int TestPathCchStripToRoot(int argc, char* argv[])
 {
+       printf("Warning: %s is not implemented!\n", __FUNCTION__);
        return 0;
 }