~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to unit/Suite.pm

Testing that the DBD driver is there and displaying version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009-2010 Sun Microsystems, Inc. All rights reserved.
 
1
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 
2
2
# Use is subject to license terms.
3
3
#
4
4
# This program is free software; you can redistribute it and/or modify
22
22
sub name { 'RQG Unit Tests' } 
23
23
 
24
24
sub include_tests { 
25
 
qw(RandomTest 
 
25
qw(DBDVersion
 
26
RandomTest 
26
27
GrammarTest 
27
28
FromGrammarTest 
28
29
ParseAllGrammars