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

abobrov
16.13.2009 496a2e38f75326d4ebf5363621b9e6e2a9077b2a
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/task/TaskBackendTestCase.java
@@ -453,10 +453,10 @@
        { "* 0 * * *",     true },
        { "* 0-23 * * *",  true },
        { "* 0,23 * * *",  true },
        // { "* * 31 * *",    true }, *** FIXME: this should work ***
        { "* * 31 * *",    true },
        { "* * 1 * *",     true },
        { "* * 1-31 * *",  true },
        // { "* * 1,31 * *",  true }, *** FIXME: this should work ***
        { "* * 1,31 * *",  true },
        { "* * * 12 *",    true },
        { "* * * 1 *",     true },
        { "* * * 1-12 *",  true },
@@ -464,7 +464,7 @@
        { "* * * * 6",     true },
        { "* * * * 0",     true },
        { "* * * * 0-6",   true },
        { "* * * * 0,6",   true },
        { "* * * * 0,6",   true }
    };
  }