- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 40 for 9999 (0.88 sec)
-
src/test/java/jcifs/smb1/smb1/Trans2QueryFSInformationResponseTest.java
*/ @Test void testReadDataWireFormat_UnknownInformationLevel() { Trans2QueryFSInformationResponse response = new Trans2QueryFSInformationResponse(999); // Unknown level byte[] buffer = new byte[10]; int bytesRead = response.readDataWireFormat(buffer, 0, buffer.length); assertEquals(0, bytesRead, "Should read 0 bytes for unknown info level");Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/SmbComCloseTest.java
} /** * Test method for {@link jcifs.internal.smb1.com.SmbComClose#toString()}. */ @Test public void testToString() { // Given int fid = 999; long lastWriteTime = 1672531200000L; // 2023-01-01 00:00:00 UTC SmbComClose smbComClose = new SmbComClose(config, fid, lastWriteTime); // When String result = smbComClose.toString();Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/nt/SmbComNtCancelTest.java
void testWithDifferentPidConfiguration() throws Exception { // Given Configuration config = mock(Configuration.class); when(config.getPid()).thenReturn(99999); int testMid = 10; // When Constructor<SmbComNtCancel> constructor = SmbComNtCancel.class.getDeclaredConstructor(Configuration.class, int.class);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 12.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2LockTest.java
} @Test @DisplayName("Should not modify reserved field bytes") void testReservedFieldNotModified() { lock = new Smb2Lock(999L, 888L, 0xFF); // Fill buffer with non-zero values Arrays.fill(buffer, (byte) 0xFF); lock.encode(buffer, 0);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 10.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans2/Trans2QueryPathInformationTest.java
// Test invalid information level IllegalArgumentException exception = assertThrows(IllegalArgumentException.class, () -> Trans2QueryPathInformation.mapInformationLevel(999)); assertTrue(exception.getMessage().contains("Unsupported information level")); } @Test void testToString() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/trans/TransPeekNamedPipeTest.java
assertEquals(0, transPeekNamedPipe.readParametersWireFormat(smallBuffer, 0, 1)); assertEquals(0, transPeekNamedPipe.readParametersWireFormat(largeBuffer, 999, 1)); assertEquals(0, transPeekNamedPipe.readDataWireFormat(smallBuffer, 0, 1)); assertEquals(0, transPeekNamedPipe.readDataWireFormat(largeBuffer, 0, 1000)); } @Test
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 12.4K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ServerMessageBlock2Test.java
void testSessionIdPropagation() { TestServerMessageBlock2 nextMessage = new TestServerMessageBlock2(mockConfig); testMessage.chain(nextMessage); testMessage.setSessionId(999L); assertEquals(999L, nextMessage.getSessionId()); } @Test @DisplayName("Should get and set MID") void testMidProperty() { assertEquals(0, testMessage.getMid());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 39.5K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/helper/SitemapsHelperTest.java
final String xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n" + "<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\"\n" + " xmlns:xhtml=\"http://www.w3.org/1999/xhtml\">\n" + " <url>\n" + " <loc>http://www.example.com/page.html</loc>\n" + " <xhtml:link rel=\"alternate\" hreflang=\"en\" href=\"http://www.example.com/en/page.html\" />\n"Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Mon Nov 24 03:59:47 UTC 2025 - 36.7K bytes - Viewed (0) -
LICENSE
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. (This is the first released version of the Lesser GPL. It also countsRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Mon Jan 18 20:25:38 UTC 2016 - 25.8K bytes - Viewed (0) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
namespaceURI="http://www.w3.org/1999/XSL/Format"/> <glob pattern="*.xslfo"/> <glob pattern="*.fo"/> </mime-type> <mime-type type="application/xslt+xml"> <alias type="text/xsl"/> <acronym>XSLT</acronym> <_comment>XSL Transformations</_comment> <root-XML localName="stylesheet" namespaceURI="http://www.w3.org/1999/XSL/Transform"/> <glob pattern="*.xslt"/>Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Oct 16 07:46:32 UTC 2025 - 320.2K bytes - Viewed (2)