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


Quelle  test_psl.js   Sprache: JAVA

 
"use strict";

var idna = Cc["@mozilla.org/network/idn-service;1"].getService(
  Ci.nsIIDNService
);

function run_test() {
  var file = do_get_file("data/test_psl.txt");
  var uri = Services.io.newFileURI(file);
  var srvScope = {};
  Services.scriptloader.loadSubScript(uri.spec, srvScope);
}

// Exported to the loaded script
/* exported checkPublicSuffix */
function checkPublicSuffix(host, expectedSuffix) {
  var actualSuffix = null;
  try {
    actualSuffix = Services.eTLD.getBaseDomainFromHost(host);
  } catch (e) {
    if (
      e.result != Cr.NS_ERROR_INSUFFICIENT_DOMAIN_LEVELS &&
      e.result != Cr.NS_ERROR_ILLEGAL_VALUE
    ) {
      throw e;
    }
  }
  // The EffectiveTLDService always gives back punycoded labels.
  // The test suite wants to get back what it put in.
  if (
    actualSuffix !== null &&
    expectedSuffix !== null &&
    /(^|\.)xn--/.test(actualSuffix) &&
    !/(^|\.)xn--/.test(expectedSuffix)
  ) {
    actualSuffix = idna.convertACEtoUTF8(actualSuffix);
  }
  Assert.equal(actualSuffix, expectedSuffix);
}

Messung V0.5
C=85 H=92 G=88

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge