Skip to content

Commit 024154d

Browse files
committed
Fix forward-compatibility auto-discovery string test for host-pipe mappings
The number of fields per device global is fixed (here to 1), not variable.
1 parent b729c4e commit 024154d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acl_auto_configure_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,11 +482,11 @@ TEST(auto_configure, many_ok_forward_compatibility) {
482482
// sections and subsections to check forward compatibility
483483

484484
std::string str(VERSIONIDTOSTR(
485-
ACL_AUTO_CONFIGURE_VERSIONID) " 28 "
485+
ACL_AUTO_CONFIGURE_VERSIONID) " 29 "
486486
"sample40byterandomhash000000000000000000 "
487487
"a10gx 0 1 15 DDR 2 1 6 0 2147483648 100 "
488488
"100 100 100 200 200 200 200 0 0 0 0 2 "
489-
"1 name1 1 name2 47 "
489+
"1 name1 name2 0 0 47 "
490490
"40 external_sort_stage_0 0 128 1 0 0 1 0 "
491491
"1 0 1 10 0 0 4 1 0 0 500 500 500 500 0 0 "
492492
"0 0 1 1 1 3 1 1 1 3 1 800 800 800 800 800 "

0 commit comments

Comments
 (0)