Fixed warning, added tests to Windows project.
[shibboleth/cpp-opensaml.git] / samltest / internal.h
index a49c55f..7e82e01 100644 (file)
@@ -203,7 +203,7 @@ class SAMLObjectValidatorBaseTestCase : virtual public SAMLObjectBaseTestCase {
                 validator->validate(validateTarget);
                 TS_TRACE(message);
                 TS_FAIL("Validation success, expected failure to raise ValidationException");
-            } catch (ValidationException &e) {
+            } catch (ValidationException&) {
             }
         }