class CCK::MessagesComparator

def initialize(validator, found, expected)

def initialize(validator, found, expected)
  @all_errors = []
  @compared = []
  @validator = validator
  compare(found, expected)
end