diff _test/DOM.t @ 18:818c74b038ae

DOM Schema + tests
author Sergey
date Thu, 10 Sep 2009 17:42:47 +0400
parents 65a7bb156fb7
children 1ca530e5c9c5
line wrap: on
line diff
--- a/_test/DOM.t	Wed Sep 09 17:43:31 2009 +0400
+++ b/_test/DOM.t	Thu Sep 10 17:42:47 2009 +0400
@@ -7,8 +7,8 @@
 use IMPL::Test::TAPListener;
 
 my $plan = new IMPL::Test::Plan qw(
+    Test::DOM::Node
     Test::DOM::Navigator
-    Test::DOM::Node
 );
 
 $plan->AddListener(new IMPL::Test::TAPListener);