Subversion Repositories public iLand

Rev

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

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