Skip to content

Commit e452591

Browse files
committed
Enh 37059890 - Port UniversalExtractor and UniversalUpdater to C++ and .NET
- fix failing test on GitHub #nobug80 [git-p4: depot-paths = "//dev/main.cpp/": change = 111476]
1 parent fc3e4c4 commit e452591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/coherence/util/extractors/UniversalExtractorTest.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class UniversalExtractorTest : public CxxTest::TestSuite
5050
hCache->put(String::create("EqualsFilter2"), hFilter2);
5151

5252
UniversalExtractor::View vUExtract =
53-
UniversalExtractor::create(String::create("getValue"));
53+
UniversalExtractor::create(String::create("getValue()"));
5454
EqualsFilter::View hFilter = EqualsFilter::create(vUExtract,
5555
vFilterValue);
5656

0 commit comments

Comments
 (0)