diff _test/Test/DOM/Schema.pm @ 28:6d33f75c6e1f

ORM in works
author Sergey
date Mon, 19 Oct 2009 04:13:54 +0400
parents 7f00786f8210
children 16ada169ca75
line wrap: on
line diff
--- a/_test/Test/DOM/Schema.pm	Fri Oct 16 16:37:53 2009 +0400
+++ b/_test/Test/DOM/Schema.pm	Mon Oct 19 04:13:54 2009 +0400
@@ -20,7 +20,7 @@
 
 test AutoverifyMetaSchema => sub {
     my $metaSchema = IMPL::DOM::Schema->MetaSchema();
-    
+
     if (my @errors = $metaSchema->Validate($metaSchema)) {
         failed "Self verification failed", map $_ ? $_->Message : 'unknown', @errors;
     }