Change-Id: I62e843afcc5cdb53357705e2cf4515eee7175994
Issue-ID: SDC-1479
Signed-off-by: Tufman, Shay (st198j) <st198j@intl.att.com>
                Throwable captureThrowable = captureThrowable(file.getAbsolutePath());
                assertNull(captureThrowable);
        }
+
+       @Test
+       public void testVerifyConformanceLevelVersion9(){
+               String csarPath = "csars/service-Servicetosca9-csar.csar";
+               String fileLocationString = ToscaParserErrorHandlingTest.class.getClassLoader().getResource(csarPath).getFile();
+               File file = new File(fileLocationString);
+               Throwable captureThrowable = captureThrowable(file.getAbsolutePath());
+               assertNull(captureThrowable);
+       }
        
        @Test
        public void testFileNotFound(){