mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

sin
31.15.2009 99e434153d104a81d4c336c38fc6d7f943032df4
fixing a testcase in TimebasedMatchingRuleTest
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/TimeBasedMatchingRuleTest.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/TimeBasedMatchingRuleTest.java
@@ -412,7 +412,7 @@
  {
    //Get the date today.
    int date = cal.get(Calendar.DATE);
    int month = cal.get(Calendar.MONTH);
    int month = cal.get(Calendar.MONTH) + 1;
    int year = cal.get(Calendar.YEAR);
    
    return new Object[][] {