Subversion Repositories public iLand

Rev

Rev 1221 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1221 Rev 1222
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/tests/test_qsengine.js':
1
Redirecting to URL 'https://iland.boku.ac.at/svn/iland/tags/release_1.0/src/tests/test_qsengine.js':
2
// test for some features of the Qt-API
2
// test for some features of the Qt-API
3
3
4
function test_factory()
4
function test_factory()
5
{
5
{
6
        print("create CSVFile");
6
        print("create CSVFile");
7
        var csvfile = Factory.newCSVFile("asdf");
7
        var csvfile = Factory.newCSVFile("asdf");
8
        print(csvfile);
8
        print(csvfile);
9
        //var cc = Factory.newClimateConverter();
9
        //var cc = Factory.newClimateConverter();
10
        //print(cc);
10
        //print(cc);
11
}
11
}
12
 
12