- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for test_getDate_delegatesToGetLastModified (2.01 sec)
-
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/gcs/HandlerTest.java
long lastModified = conn.getLastModified(); assertEquals(0, lastModified); } /** * Test that getDate() delegates to getLastModified(). */ public void test_getDate_delegatesToGetLastModified() throws Exception { URL url = new URL("gcs://mybucket/object.txt"); Handler handler = new Handler(); Handler.GcsURLConnection conn = (Handler.GcsURLConnection) handler.openConnection(url);
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.1K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/net/protocol/storage/HandlerTest.java
long lastModified = conn.getLastModified(); assertEquals(0, lastModified); } /** * Test that getDate() delegates to getLastModified(). */ public void test_getDate_delegatesToGetLastModified() throws Exception { URL url = new URL("storage://mybucket/object.txt"); Handler handler = new Handler();
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Dec 11 08:38:29 UTC 2025 - 14.4K bytes - Viewed (0)