Index: /trunk/src/VBox/Runtime/testcase/tstRTCidr.cpp
===================================================================
--- /trunk/src/VBox/Runtime/testcase/tstRTCidr.cpp	(revision 29840)
+++ /trunk/src/VBox/Runtime/testcase/tstRTCidr.cpp	(revision 29841)
@@ -97,4 +97,5 @@
     CHECKNETWORK("10.255.1.1/24",  VERR_INVALID_PARAMETER,          0,          0);
     CHECKNETWORK("1.2",            VERR_INVALID_PARAMETER,          0,          0);
+    CHECKNETWORK("1.2.3.4.5",      VERR_INVALID_PARAMETER,          0,          0);
 
     return RTTestSummaryAndDestroy(hTest);
