Home
last modified time | relevance | path

Searched refs:expect2 (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/textproc/py-petl/petl-1.7.4/petl/test/transform/
H A Dtest_headers.py20 ieq(expect2, table2)
29 ieq(expect2, table2)
41 ieq(expect2, table2)
50 ieq(expect2, table2)
61 ieq(expect2, table2)
71 ieq(expect2, table2)
76 ieq(expect2, table2)
81 ieq(expect2, table2)
93 ieq(expect2, table2)
104 ieq(expect2, table2)
[all …]
H A Dtest_unpacks.py15 expect2 = (('foo', 'baz', 'quux'),
19 ieq(expect2, table2)
20 ieq(expect2, table2) # check twice
75 expect2 = (('foo', 'baz', 'quux'),)
76 ieq(expect2, table2)
86 expect2 = (('foo', 'baz', 'quux'),
90 ieq(expect2, table2)
103 ieq(expect2, table2)
112 expect2 = (('foo', 'quux'),
116 ieq(expect2, table2)
[all …]
H A Dtest_reductions.py33 ieq(expect2, table2)
55 ieq(expect2, table2)
77 ieq(expect2, table2)
105 ieq(expect2, table2)
106 ieq(expect2, table2)
151 ieq(expect2, table2)
152 ieq(expect2, table2)
202 ieq(expect2, table2)
214 ieq(expect2, table3)
226 ieq(expect2, table4)
[all …]
H A Dtest_conversions.py29 ieq(expect2, table2)
30 ieq(expect2, table2)
34 expect3 = expect2
92 ieq(expect2, table2)
93 ieq(expect2, table2)
97 expect3 = expect2
214 ieq(expect2, table2)
215 ieq(expect2, table2)
227 ieq(expect2, table2)
228 ieq(expect2, table2)
[all …]
H A Dtest_regex.py161 expect2 = (('foo', 'bar', 'baz'),
165 ieq(expect2, table2)
166 ieq(expect2, table2)
206 expect2 = (('foo', 'bar', 'baz'),
208 ieq(expect2, table2)
209 ieq(expect2, table2)
221 expect2 = (('foo', 'bar', 'baz'),
223 ieq(expect2, table2)
224 ieq(expect2, table2)
H A Dtest_reshape.py340 expect2 = (('id', 1, 2, 3, 5, 7),
342 ieq(expect2, table2)
343 ieq(expect2, table2)
349 expect2 = (('id',),
351 ieq(expect2, table2)
371 expect2 = (('region', 'boy', 'girl'),
374 ieq(expect2, table2)
375 ieq(expect2, table2)
382 expect2 = (('region',),)
383 ieq(expect2, table2)
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtasm17.pp19 expect2: array [0..6] of word;
97 expect2[0] := Ofs(xx)+5;
98 expect2[1] := Ofs(xx)+6;
99 expect2[2] := Ofs(xx)+7;
100 expect2[3] := Seg(xx);
101 expect2[4] := Ofs(xx)+8;
102 expect2[5] := 0;
103 expect2[6] := $aa55;
104 if not CompareCode(CodePointer(@test2), @expect2, SizeOf(expect2)) then
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/user/
H A DLocalIdLookupTest.php69 $expect2 = $expect;
70 $expect2[$this->localUsers[3]->getId()] = '';
74 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg ) );
77 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg, $nonPermitted ) );
94 $expect2 = $expect;
95 $expect2[$this->localUsers[3]->getName()] = 'X';
99 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg ) );
102 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg, $nonPermitted ) );
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-excerpt/
H A Dtest.cmd73 fail !0 mdiff $(UDM_TEST_DIR)/expect2-1.res $(UDM_TEST_DIR)/expect2-1.rej
74 fail !0 exec rm -f $(UDM_TEST_DIR)/expect2-1.rej
77 fail !0 mdiff $(UDM_TEST_DIR)/expect2-2.res $(UDM_TEST_DIR)/expect2-2.rej
78 fail !0 exec rm -f $(UDM_TEST_DIR)/expect2-2.rej
81 fail !0 mdiff $(UDM_TEST_DIR)/expect2-3.res $(UDM_TEST_DIR)/expect2-3.rej
82 fail !0 exec rm -f $(UDM_TEST_DIR)/expect2-3.rej
85 fail !0 mdiff $(UDM_TEST_DIR)/expect2-4.res $(UDM_TEST_DIR)/expect2-4.rej
86 fail !0 exec rm -f $(UDM_TEST_DIR)/expect2-4.rej
89 fail !0 mdiff $(UDM_TEST_DIR)/expect2-5.res $(UDM_TEST_DIR)/expect2-5.rej
90 fail !0 exec rm -f $(UDM_TEST_DIR)/expect2-5.rej
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/user/
H A DLocalIdLookupTest.php68 $expect2 = $expect;
69 $expect2[$this->localUsers[3]->getId()] = '';
73 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg ) );
76 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg, $user2 ) );
97 $expect2 = $expect;
98 $expect2[$this->localUsers[3]->getName()] = 'X';
102 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg ) );
105 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg, $user2 ) );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/user/
H A DLocalIdLookupTest.php67 $expect2 = $expect;
68 $expect2[$this->localUsers[3]->getId()] = '';
72 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg ) );
75 $this->assertSame( $expect2, $lookup->lookupCentralIds( $arg, $user2 ) );
96 $expect2 = $expect;
97 $expect2[$this->localUsers[3]->getName()] = 'X';
101 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg ) );
104 $this->assertSame( $expect2, $lookup->lookupUserNames( $arg, $user2 ) );
/dports/devel/gamin/gamin-0.1.10/python/tests/
H A Dmultiple3.py15 expect2 = [gamin.GAMExists, gamin.GAMEndExist, gamin.GAMCreated, variable
22 global expect2, nb2
40 if event != expect2[nb2]:
42 expect2[nb2])
80 if nb2 != len(expect2):
81 print "Error: monitor 2 got %d events, expecting %d" % (nb2, len(expect2))
H A Ddnotify10.py20 expect2 = [gamin.GAMExists, gamin.GAMEndExist ] variable
42 global top2, expect2, ok
46 if expect2[top2] != event:
47 print "Error got event %d expected %d" % (expect2[top2], event)
H A Ddnotify9.py21 expect2 = [gamin.GAMExists, gamin.GAMEndExist ] variable
43 global top2, expect2, ok
47 if expect2[top2] != event:
48 print "Error got event %d expected %d" % (expect2[top2], event)
H A Ddnotify8.py21 expect2 = [gamin.GAMExists, gamin.GAMEndExist, gamin.GAMDeleted ] variable
43 global top2, expect2, ok
47 if expect2[top2] != event:
48 print "Error got event %d expected %d" % (expect2[top2], event)
H A Ddnotify11.py21 expect2 = [gamin.GAMExists, gamin.GAMEndExist, gamin.GAMDeleted ] variable
43 global top2, expect2, ok
47 if expect2[top2] != event:
48 print "Error got event %d expected %d" % (expect2[top2], event)
H A Ddnotify12.py20 expect2 = [gamin.GAMExists, gamin.GAMEndExist, gamin.GAMCreated, variable
43 global top2, expect2, ok
47 if expect2[top2] != event:
48 print "Error got event %d expected %d" % (expect2[top2], event)
H A Ddnotify13.py22 expect2 = [gamin.GAMExists, gamin.GAMEndExist, gamin.GAMCreated, variable
47 global top2, expect2, ok
51 if expect2[top2] != event:
52 print "Error got event %d expected %d" % (expect2[top2], event)
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/
H A Dmap_unmap.c88 void *expect1, *expect2; in main() local
93 expect2 = domap(LEN, 0); in main()
95 munmap(expect2, LEN); in main()
108 if (m2 != expect2) { in main()
110 i, m2, expect2); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/
H A Dmap_unmap.c88 void *expect1, *expect2; in main() local
93 expect2 = domap(LEN, 0); in main()
95 munmap(expect2, LEN); in main()
108 if (m2 != expect2) { in main()
110 i, m2, expect2); in main()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-util/src/test/java/de/lmu/ifi/dbs/elki/utilities/io/
H A DFormatUtilTest.java62 String expect2 = "1.000,2.000,3.000"; in testFormatVector() local
63 …assertEquals("Vector not formatted as expected.", expect2, FormatUtil.format(v2, ",", FormatUtil.N… in testFormatVector()
71 String expect2 = "[ 1.00, 2.00][ 3.00, 11.00]"; in testFormatMatrix() local
72 …assertEquals("Matrix not formatted as expected.", expect2, FormatUtil.format(m, 6, 2, "[", "]", ",… in testFormatMatrix()
/dports/devel/p5-Config-Model/Config-Model-2.147/t/
H A Dannotation.t113 my %expect2 = %expect;
116 delete $expect2{'std_id:bc X'};
117 delete $expect2{'hash_a:toto'};
118 delete $expect2{'olist:0'};
119 delete $expect2{'olist:1'};
120 delete $expect2{'olist:2'};
122 is_deeply( $h2_ref, \%expect2, "check loaded annotation data with empty tree" );
/dports/math/libpgmath/flang-d07daf3/test/mp_correct/src/
H A Dpar10.f28 integer expect2(n+2) local
30 data expect2/-1,0,-1,-1,-1,-1,-1/
52 call check(result,expect2,n+2)
H A Ddo17.f24 integer expect2(n) variable
26 data expect2/0,0,1,1,2,2,3,3,3,3/ ! pgf77
39 call check(result,expect2,n)
/dports/textproc/p5-Text-Filter/Text-Filter-1.10/t/
H A D01simple.t24 my $expect2 = <<EOD;
58 is($catch, $expect2, $id);
70 is($catch, $expect2, $id);

12345678910>>...34