/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to validate/bench.cs

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-30 21:09:22 UTC
  • Revision ID: csa@dside.dyndns.org-20090930210922-545nwrb5o2ao6psd
QT pull parser and fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
             break;
28
28
             default:
29
29
                schema_file = args[2];
30
 
                schema_location = (args.Length>2)?args[3]:args[2];
 
30
                schema_location = (args.Length>3)?args[3]:args[2];
31
31
             break;
32
32
            }
33
33
            mode = true;
34
34
        } else {
35
35
            mode = false;
36
36
            schema_file = args[2];
37
 
            schema_location = (args.Length>2)?args[3]:args[2];
 
37
            schema_location = (args.Length>3)?args[3]:args[2];
38
38
        }
39
39
        
40
40
        DateTime pre, post;