| commit | 8b15208c3a2f568b798be73bf6376d802dc0036b | [log] [tgz] | 
|---|---|---|
| author | Udo Schnurpfeil <lofwyr@apache.org> | Wed Feb 27 15:37:46 2019 +0100 | 
| committer | Udo Schnurpfeil <lofwyr@apache.org> | Wed Feb 27 15:37:46 2019 +0100 | 
| tree | d7f3d1a60bedea536019b79b40ceedbd9b300d78 | |
| parent | 717d95c4a8ec02bdc3104fce0b393cbe09a7fabb [diff] | 
TOBAGO-1701: JUnit 5 * fixing test call
diff --git a/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClassUnitTest.java b/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClassUnitTest.java index ccadca5..2dffe4c 100644 --- a/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClassUnitTest.java +++ b/tobago-theme/tobago-theme-standard/src/test/java/org/apache/myfaces/tobago/renderkit/css/BootstrapClassUnitTest.java
@@ -60,7 +60,7 @@ } } - Assertions.assertEquals(field, calculatedName.toString(), name); + Assertions.assertEquals(calculatedName.toString(), name, field); } } }