Subversion Repositories public iLand

Rev

Rev 1221 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
795 werner 1
// test for some features of the Qt-API
2
 
3
function test_factory()
4
{
5
        print("create CSVFile");
6
        var csvfile = Factory.newCSVFile("asdf");
7
        print(csvfile);
8
        //var cc = Factory.newClimateConverter();
9
        //print(cc);
10
}