Home
last modified time | relevance | path

Searched refs:expectedData (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A DTestBase32.cpp61 expectedData = "test"; in QTEST_GUILESS_MAIN()
69 expectedData = "___"; in QTEST_GUILESS_MAIN()
77 expectedData = "foo bar"; in QTEST_GUILESS_MAIN()
85 expectedData = "foobar"; in QTEST_GUILESS_MAIN()
92 expectedData = "@"; in QTEST_GUILESS_MAIN()
110 expectedData = ""; in QTEST_GUILESS_MAIN()
117 expectedData = "f"; in QTEST_GUILESS_MAIN()
124 expectedData = "fo"; in QTEST_GUILESS_MAIN()
132 expectedData = "foo"; in QTEST_GUILESS_MAIN()
138 expectedData = "foob"; in QTEST_GUILESS_MAIN()
[all …]
/dports/polish/napi/napi-ac404649571e470bf9494f788bd8a74843956851/tests/unit_tests/
H A Dlibnapi_napiprojekt_test.sh298 expectedData="${expectedData}&downloaded_subtitles_id=${h}"
299 expectedData="${expectedData}&downloaded_subtitles_lang=${lang}"
300 expectedData="${expectedData}&the=end"
331 expectedData="${expectedData}&downloaded_subtitles_id=${h}"
332 expectedData="${expectedData}&downloaded_subtitles_lang=${lang}"
334 expectedData="${expectedData}&downloaded_cover_id=${h}"
335 expectedData="${expectedData}&advert_type=flashAllowed"
336 expectedData="${expectedData}&video_info_hash=${h}"
337 expectedData="${expectedData}&nazwa_pliku=${movieName}"
338 expectedData="${expectedData}&rozmiar_pliku_bajty=${movieFileSize}"
[all …]
/dports/devel/statcvs/statcvs-0.7.0/tests-src/net/sf/statcvs/input/
H A DMockLogBuilder.java112 expectedData.add(moduleName); in expectBuildModule()
117 expectedData.add(filename); in expectBuildFile()
118 expectedData.add(new Boolean(isBinary)); in expectBuildFile()
119 expectedData.add(new Boolean(isInAttic)); in expectBuildFile()
124 expectedData.add(data); in expectBuildRevision()
133 expectedData.add(revision); in expectCurrentRevisionNumber()
138 expectedData.add(date); in expectCurrentDate()
143 expectedData.add(name); in expectCurrentAuthor()
148 expectedData.add(comment); in expectCurrentComment()
165 expectedData.add(new Integer(added)); in expectCurrentLines()
[all …]
/dports/devel/statsvn/statsvn-0.7.0/tests-src/net/sf/statsvn/input/
H A DMockLogBuilder.java121 expectedData.add(moduleName); in expectBuildModule()
126 expectedData.add(filename); in expectBuildFile()
127 expectedData.add(Boolean.valueOf(isBinary)); in expectBuildFile()
128 expectedData.add(Boolean.valueOf(isInAttic)); in expectBuildFile()
133 expectedData.add(data); in expectBuildRevision()
142 expectedData.add(revision); in expectCurrentRevisionNumber()
147 expectedData.add(date); in expectCurrentDate()
152 expectedData.add(name); in expectCurrentAuthor()
157 expectedData.add(comment); in expectCurrentComment()
174 expectedData.add(new Integer(added)); in expectCurrentLines()
[all …]
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/plasma/pimeventsplugin/autotests/
H A Dpimeventsplugintest.cpp45 DateEventDataHash expectedData; in populateCalendar() local
69 return expectedData; in populateCalendar()
125 DateEventDataHash expectedData; in testEventAdded() local
129 expectedData.insert(d, dt); in testEventAdded()
162 QCOMPARE(expectedData.size(), 1); in testEventModified()
191 expectedData.erase(expected); in testEventModified()
194 QVERIFY(expectedData.isEmpty()); in testEventModified()
218 QCOMPARE(expectedData.size(), 1); in testEventRemoved()
224 QCOMPARE(result, expectedData[0].uid()); in testEventRemoved()
243 expectedData.erase(expected); in testEventRemoved()
[all …]
/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/recovery/
H A DRecoveryAbortTest.java61 recoverAndVerify(expectedData, NUM_DBS); in testBasic()
93 verifyData(expectedData, false, NUM_DBS); in testInserts()
117 recoverAndVerify(expectedData, NUM_DBS); in testInserts()
175 dumpExpected(expectedData); in testMix()
322 verifyData(expectedData, NUM_DBS); in testSR9465Part1()
327 dumpExpected(expectedData); in testSR9465Part1()
368 dumpExpected(expectedData); in testSR9465Part2()
375 verifyData(expectedData, NUM_DBS); in testSR9465Part2()
380 dumpExpected(expectedData); in testSR9465Part2()
446 dumpExpected(expectedData); in testSR9752Part1()
[all …]
H A DRecoveryDuplicatesTest.java36 Map<TestData, Set<TestData>> expectedData = in testDuplicates() local
41 insertData(txn, 0, numRecs - 1, expectedData, in testDuplicates()
45 recoverAndVerify(expectedData, NUM_DBS); in testDuplicates()
62 Map<TestData, Set<TestData>> expectedData = in testDuplicatesWithDeletion() local
70 deleteData(txn, expectedData, false, true, NUM_DBS); in testDuplicatesWithDeletion()
78 recoverAndVerify(expectedData, NUM_DBS); in testDuplicatesWithDeletion()
113 Map<TestData, Set<TestData>> expectedData = in testSR11455() local
123 deleteData(txn, expectedData, false, false, 1); in testSR11455()
162 Map<TestData, Set<TestData>> expectedData = in testDuplicatesWithAllDeleted() local
171 deleteData(txn, expectedData, true, true, NUM_DBS); in testDuplicatesWithAllDeleted()
[all …]
H A DRecoveryTestBase.java268 Set<TestData>> expectedData, in recoverROAndVerify() argument
283 Set<TestData>> expectedData, in xaRecoverAndVerify() argument
287 return recoverAndVerifyInternal(expectedData, in xaRecoverAndVerify()
303 verifyData(expectedData, numDbs); in recoverAndVerifyInternal()
312 verifyData(expectedData, numDbs); in recoverAndVerifyInternal()
387 verifyData(expectedData, true, numDbs); in verifyData()
426 expectedData.entrySet().iterator(); in verifyData()
535 insertData(txn, startVal, endVal, expectedData, in insertData()
550 insertData(txn, startVal, endVal, expectedData, in insertData()
661 expectedData.put(keyTestData, dataSet); in addExpectedData()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/test/com/gitlab/pdftk_java/
H A DFormTest.java12 String expectedData = slurp("test/files/form.data"); in dump_data_fields() local
13 assertEquals(expectedData, systemOut.getLog()); in dump_data_fields()
19 byte[] expectedData = slurpBytes("test/files/form.fdf"); in generate_fdf()
20 assertArrayEquals(expectedData, systemOut.getLogAsBytes()); in generate_fdf()
26 byte[] expectedData = slurpBytes("test/files/issue88.fdf"); in generate_fdf_issue88()
27 assertArrayEquals(expectedData, systemOut.getLogAsBytes()); in generate_fdf_issue88()
38 String expectedData = slurp("test/files/form-utf8.data"); in dump_data_fields_utf8_options() local
39 assertEquals(expectedData, systemOut.getLog()); in dump_data_fields_utf8_options()
45 byte[] expectedData = slurpBytes("test/files/form-utf8.fdf"); in generate_fdf_utf8_options()
46 assertArrayEquals(expectedData, systemOut.getLogAsBytes()); in generate_fdf_utf8_options()
H A DAttachFilesTest.java23 String expectedData = slurp("test/files/blank.tex"); in attach_one_file() local
25 assertEquals(expectedData, attachedData); in attach_one_file()
36 String expectedData = slurp("test/files/blank.tex"); in same_file_twice() local
38 assertEquals(expectedData, attachedData); in same_file_twice()
48 String expectedData = slurp("test/files/blank.tex"); in attach_to_page() local
50 assertEquals(expectedData, attachedData); in attach_to_page()
60 String expectedData = slurp("test/files/blank.tex"); in attach_relation() local
62 assertEquals(expectedData, attachedData); in attach_relation()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/
H A DCryptoStreamsTestBase.java140 byte[] expectedData = new byte[n]; in readCheck()
287 byte[] expectedData = new byte[n]; in positionedReadCheck()
313 expectedData = new byte[len1]; in testReadFully()
323 expectedData = new byte[len1]; in testReadFully()
394 byte[] expectedData = new byte[n]; in seekCheck()
477 byte[] expectedData = new byte[n]; in byteBufferReadCheck()
576 expectedData = new byte[nRead]; in testCombinedOp()
591 expectedData = new byte[len1]; in testCombinedOp()
607 expectedData = new byte[nRead]; in testCombinedOp()
714 expectedData = new byte[len1];
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DVertexAttributeTest.cpp83 expectedData(expectedDataIn) in TestData()
93 const GLfloat *expectedData; member
274 GLfloat expectedData[mVertexCount]; in TEST_P() local
277 expectedData[i] = inputData[i]; in TEST_P()
287 GLfloat expectedData[mVertexCount]; in TEST_P() local
300 GLfloat expectedData[mVertexCount]; in TEST_P() local
303 expectedData[i] = inputData[i]; in TEST_P()
313 GLfloat expectedData[mVertexCount]; in TEST_P() local
326 GLfloat expectedData[mVertexCount]; in TEST_P() local
329 expectedData[i] = inputData[i]; in TEST_P()
[all …]
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DBroadcastToTest.cpp23 const float expectedData[] = { in run() local
41 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
49 const float expectedData[] = {1.0, 2.0, 3.0, 1.0, 2.0, 3.0, 1.0, 2.0, 3.0}; in run() local
64 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
87 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
111 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
135 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
143 const float expectedData[] = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0}; in run() local
158 if (!checkVector<float>(resultData, expectedData, size, 0.0)) { in run()
166 const float expectedData[] = {1.0, 1.0, 2.0, 2.0, 3.0, 3.0, in run() local
[all …]
/dports/devel/cpputest/cpputest-4.0/tests/CppUTest/
H A DTestFailureTest.cpp312 const unsigned char expectedData[] = { 0x00 }; in TEST() local
314 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
324 const unsigned char expectedData[] = { 0x00 }; in TEST() local
326 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
335 const unsigned char expectedData[] = {0x00, 0x01}; in TEST() local
337 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
346 const unsigned char expectedData[] = {0x00, 0x01, 0x00}; in TEST() local
348 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
359 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
370 …aryEqualFailure f(test, failFileName, failLineNumber, expectedData, actualData, sizeof(expectedDat… in TEST()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/adapter/avro/src/test/java/org/apache/arrow/
H A DAvroSkipFieldTest.java62 expectedData.add(expectedRecord); in testSkipUnionWithOneField()
91 expectedData.add(expectedRecord); in testSkipUnionWithNullableOneField()
120 expectedData.add(expectedRecord); in testSkipUnionWithMultiFields()
151 expectedData.add(expectedRecord); in testSkipMapField()
179 expectedData.add(expectedRecord); in testSkipArrayField()
207 expectedData.add(expectedRecord); in testSkipMultiFields()
241 expectedData.add(expectedRecord); in testSkipStringField()
275 expectedData.add(expectedRecord); in testSkipBytesField()
309 expectedData.add(expectedRecord); in testSkipFixedField()
343 expectedData.add(expectedRecord); in testSkipEnumField()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/java/adapter/avro/src/test/java/org/apache/arrow/
H A DAvroSkipFieldTest.java62 expectedData.add(expectedRecord); in testSkipUnionWithOneField()
91 expectedData.add(expectedRecord); in testSkipUnionWithNullableOneField()
120 expectedData.add(expectedRecord); in testSkipUnionWithMultiFields()
151 expectedData.add(expectedRecord); in testSkipMapField()
179 expectedData.add(expectedRecord); in testSkipArrayField()
207 expectedData.add(expectedRecord); in testSkipMultiFields()
241 expectedData.add(expectedRecord); in testSkipStringField()
275 expectedData.add(expectedRecord); in testSkipBytesField()
309 expectedData.add(expectedRecord); in testSkipFixedField()
343 expectedData.add(expectedRecord); in testSkipEnumField()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/adapter/avro/src/test/java/org/apache/arrow/
H A DAvroSkipFieldTest.java62 expectedData.add(expectedRecord); in testSkipUnionWithOneField()
91 expectedData.add(expectedRecord); in testSkipUnionWithNullableOneField()
120 expectedData.add(expectedRecord); in testSkipUnionWithMultiFields()
151 expectedData.add(expectedRecord); in testSkipMapField()
179 expectedData.add(expectedRecord); in testSkipArrayField()
207 expectedData.add(expectedRecord); in testSkipMultiFields()
241 expectedData.add(expectedRecord); in testSkipStringField()
275 expectedData.add(expectedRecord); in testSkipBytesField()
309 expectedData.add(expectedRecord); in testSkipFixedField()
343 expectedData.add(expectedRecord); in testSkipEnumField()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DMultisampledSamplingTests.cpp229 std::array<float, 8> expectedData; in TEST_P() local
231 expectedData = {1, 0, 0, 0, 0.7, 0, 0, 0}; in TEST_P()
232 EXPECT_BUFFER_FLOAT_RANGE_EQ(expectedData.data(), outputBuffer, 0 * alignedResultSize, 8) in TEST_P()
235 expectedData = {0, 1, 0, 0, 0, 0.7, 0, 0}; in TEST_P()
236 EXPECT_BUFFER_FLOAT_RANGE_EQ(expectedData.data(), outputBuffer, 1 * alignedResultSize, 8) in TEST_P()
239 expectedData = {0, 0, 1, 0, 0, 0, 0.7, 0}; in TEST_P()
243 expectedData = {0, 0, 0, 1, 0, 0, 0, 0.7}; in TEST_P()
247 expectedData = {1, 0, 0, 0, 0.7, 0, 0, 0}; in TEST_P()
251 expectedData = {0, 1, 0, 0, 0, 0.7, 0, 0}; in TEST_P()
255 expectedData = {0, 0, 1, 0, 0, 0, 0.7, 0}; in TEST_P()
[all …]
H A DDynamicBufferOffsetTests.cpp229 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local
231 EXPECT_BUFFER_U32_RANGE_EQ(expectedData.data(), mStorageBuffers[1], 0, expectedData.size()); in TEST_P()
251 std::vector<uint32_t> expectedData = {6, 8}; in TEST_P() local
272 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local
273 EXPECT_BUFFER_U32_RANGE_EQ(expectedData.data(), mStorageBuffers[1], 0, expectedData.size()); in TEST_P()
292 std::vector<uint32_t> expectedData = {6, 8}; in TEST_P() local
320 std::vector<uint32_t> expectedData = {12, 16}; in TEST_P() local
378 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local
380 EXPECT_BUFFER_U32_RANGE_EQ(expectedData.data(), mStorageBuffers[1], 0, expectedData.size()); in TEST_P()
402 std::vector<uint32_t> expectedData = {2, 4}; in TEST_P() local
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/testsuite/
H A Dprivate_test.go37 expectedData := testrand.Bytes(50 * memory.KiB)
38 N := len(expectedData)
51 _, err = upload1.Write(expectedData[:N/2])
53 _, err = upload2.Write(expectedData[:N/2])
55 _, err = upload3.Write(expectedData[:N/2])
58 _, err = upload1.Write(expectedData[N/2:])
60 _, err = upload2.Write(expectedData[N/2:])
62 _, err = upload3.Write(expectedData[N/2:])
70 require.Equal(t, expectedData, downloaded)
77 require.Equal(t, expectedData, downloaded)
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/uplink/testsuite/uplink/metainfo/
H A Duplink_test.go30 expectedData := testrand.Bytes(40 * memory.KiB)
32 …err := planet.Uplinks[0].Upload(ctx, planet.Satellites[0], "testbucket", "test/path", expectedData)
37 require.Equal(t, expectedData, downloaded)
68 expectedData := testrand.Bytes(1 * memory.KiB)
69 …:= planet.Uplinks[0].Upload(newCtx, planet.Satellites[0], "bucket", "inline-segment", expectedData)
74 require.Equal(t, expectedData, data)
78 expectedData := testrand.Bytes(10 * memory.KiB)
84 require.Equal(t, expectedData, data)
88 expectedData := testrand.Bytes(100 * memory.KiB)
89 … := planet.Uplinks[0].Upload(newCtx, planet.Satellites[0], "bucket", "many-segments", expectedData)
[all …]
/dports/net/storj/storj-1.45.3/vendor/storj.io/uplink/testsuite/uplink/metainfo/
H A Duplink_test.go30 expectedData := testrand.Bytes(40 * memory.KiB)
32 …err := planet.Uplinks[0].Upload(ctx, planet.Satellites[0], "testbucket", "test/path", expectedData)
37 require.Equal(t, expectedData, downloaded)
68 expectedData := testrand.Bytes(1 * memory.KiB)
69 …:= planet.Uplinks[0].Upload(newCtx, planet.Satellites[0], "bucket", "inline-segment", expectedData)
74 require.Equal(t, expectedData, data)
78 expectedData := testrand.Bytes(10 * memory.KiB)
84 require.Equal(t, expectedData, data)
88 expectedData := testrand.Bytes(100 * memory.KiB)
89 … := planet.Uplinks[0].Upload(newCtx, planet.Satellites[0], "bucket", "many-segments", expectedData)
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/pkg/app/pagewriter/
H A Dsign_in_page_test.go103 expectedData string
118 Expect(data).To(Equal(in.expectedData))
123 expectedData: defaultLogoData,
128 expectedData: "",
133expectedData: "<img src=\"https://raw.githubusercontent.com/oauth2-proxy/oauth2-proxy/master/docs/…
138 expectedData: fakeImageData,
143 expectedData: "<img src=\"data:image/png;base64,RmFrZSBJbWFnZSBEYXRh\" alt=\"Logo\" />",
148 expectedData: "<img src=\"data:image/jpeg;base64,RmFrZSBJbWFnZSBEYXRh\" alt=\"Logo\" />",
153 expectedData: "<img src=\"data:image/jpeg;base64,RmFrZSBJbWFnZSBEYXRh\" alt=\"Logo\" />",
158 expectedData: "",
[all …]
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/test/
H A Dreplacejobtest.cpp71 const QByteArray& expectedData) in compare() argument
76 QCOMPARE(actualData, expectedData); in compare()
98 QByteArray expectedData; in testReplace_data() member
175 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
181 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
187 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
211 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
217 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
223 << replaceData << expectedData << expectedReplacementCount in testReplace_data()
236 QFETCH(QByteArray, expectedData); in testReplace()
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/helpers/vault/
H A Dresult_test.go13 expectedData := map[string]interface{}{
19 expectedData map[string]interface{}
23 expectedData: nil,
26 secret: &api.Secret{Data: expectedData},
27 expectedData: expectedData,
35 assert.Equal(t, tt.expectedData, data)

12345678910>>...23