Beispiel #1
0
 function test_toDouble()
 {
     $s1 = new QString("24.3");
     $this->assertEquals($s1->toDouble(), 24.3, "Could not get double!");
     echo "\ntesting QString::toDouble() passed";
 }