~bibledit/bibledit/ubuntu-cloud-beta

« back to all changes in this revision

Viewing changes to unittests/search.cpp

  • Committer: Teus Benschop
  • Date: 2023-09-12 15:00:50 UTC
  • Revision ID: teusjannette@gmail.com-20230912150050-4o7xrniiem5mq9xp
new upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
{
69
69
  // Test updating search fields.
70
70
  {
71
 
    refresh_sandbox (true);
 
71
    refresh_sandbox (false);
72
72
    test_search_setup ();
73
73
    search_logic_index_chapter ("phpunit", 2, 3);
74
74
  }