Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_query_url.js

  Sprache: JAVA
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/. */


const PLACES_PROVIDERNAME = "Places";

testEngine_setup();

add_task(async function test_no_slash() {
  info("Searching for host match without slash should match host");
  await PlacesTestUtils.addVisits([
    { uri: "http://file.org/test/" },
    { uri: "file:///c:/test.html" },
  ]);
  let context = createContext("file", { isPrivate: false });
  await check_results({
    context,
    autofilled: "file.org/",
    completed: "http://file.org/",
    matches: [
      makeVisitResult(context, {
        uri: "http://file.org/",
        fallbackTitle: UrlbarTestUtils.trimURL("http://file.org/"),
        heuristic: true,
      }),
      makeVisitResult(context, {
        uri: "file:///c:/test.html",
        title: "test visit for file:///c:/test.html",
        providerName: PLACES_PROVIDERNAME,
      }),
      makeVisitResult(context, {
        uri: "http://file.org/test/",
        title: "test visit for http://file.org/test/",
        providerName: PLACES_PROVIDERNAME,
      }),
    ],
  });
  await cleanupPlaces();
});

add_task(async function test_w_slash() {
  info("Searching match with slash at the end should match url");
  await PlacesTestUtils.addVisits(
    {
      uri: Services.io.newURI("http://file.org/test/"),
    },
    {
      uri: Services.io.newURI("file:///c:/test.html"),
    }
  );
  let context = createContext("file.org/", { isPrivate: false });
  await check_results({
    context,
    autofilled: "file.org/",
    completed: "http://file.org/",
    matches: [
      makeVisitResult(context, {
        uri: "http://file.org/",
        fallbackTitle: UrlbarTestUtils.trimURL("http://file.org/", {
          removeSingleTrailingSlash: false,
        }),
        heuristic: true,
      }),
      makeVisitResult(context, {
        uri: "http://file.org/test/",
        title: "test visit for http://file.org/test/",
        providerName: PLACES_PROVIDERNAME,
      }),
    ],
  });
  await cleanupPlaces();
});

add_task(async function test_middle() {
  info("Searching match with slash in the middle should match url");
  await PlacesTestUtils.addVisits(
    {
      uri: Services.io.newURI("http://file.org/test/"),
    },
    {
      uri: Services.io.newURI("file:///c:/test.html"),
    }
  );
  let context = createContext("file.org/t", { isPrivate: false });
  await check_results({
    context,
    autofilled: "file.org/test/",
    completed: "http://file.org/test/",
    matches: [
      makeVisitResult(context, {
        uri: "http://file.org/test/",
        title: "test visit for http://file.org/test/",
        heuristic: true,
      }),
    ],
  });
  await cleanupPlaces();
});

add_task(async function test_nonhost() {
  info("Searching for non-host match without slash should not match url");
  await PlacesTestUtils.addVisits({
    uri: Services.io.newURI("file:///c:/test.html"),
  });
  let context = createContext("file", { isPrivate: false });
  await check_results({
    context,
    matches: [
      makeSearchResult(context, {
        engineName: SUGGESTIONS_ENGINE_NAME,
        heuristic: true,
      }),
      makeVisitResult(context, {
        uri: "file:///c:/test.html",
        title: "test visit for file:///c:/test.html",
        providerName: PLACES_PROVIDERNAME,
      }),
    ],
  });
  await cleanupPlaces();
});

Messung V0.5 in Prozent
C=94 H=94 G=93

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet am  2026-06-05) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik