Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,17 @@
$NetBSD: patch-src_flat__segment__tree__test.cpp,v 1.1 2016/02/12 13:34:45 wiz Exp $
https://gerrit.libreoffice.org/gitweb?p=core.git;a=commit;h=bead58cb4042ac42dee890e2f21ab7ea81136e54
--- src/flat_segment_tree_test.cpp.orig 2015-06-11 23:53:55.000000000 +0000
+++ src/flat_segment_tree_test.cpp
@@ -1943,6 +1943,10 @@ void fst_test_non_numeric_value()
db.search(1, result);
assert(result == "hello world");
+
+ db_type db2(db);
+
+ assert(db == db2);
}
void fst_test_non_numeric_key()