Home | History | Annotate | Download | only in intltest

Lines Matching refs:getLastModified

1068         vtz->getLastModified(lmod);
1092 vtz->getLastModified(lmod);
1718 // getLastModified/setLastModified
1720 if (vtz->getLastModified(lastmod)) {
1721 errln("FAIL: getLastModified returned TRUE");
1724 if (!vtz->getLastModified(lastmod) || lastmod != t) {
1725 errln("FAIL: Date returned by getLastModified does not match the one set by setLastModified");