# File test/src/sql_test.rb, line 125
  def testAndOrNot
    verify_predicate '1>1 or 1<=1 and not true', '(1 > 1 or (1 <= 1 and (not true)))'
  end