Subversion Repositories public iLand

Rev

Rev 1220 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

// test for some features of the Qt-API

function test_factory()
{
        print("create CSVFile");
        var csvfile = Factory.newCSVFile("asdf");
        print(csvfile);
        //var cc = Factory.newClimateConverter();
        //print(cc);
}