Use ZEND only for callbacks, rather than RECV_*
[irspy-moved-to-github.git] / lib / ZOOM / IRSpy / Test / Search / Explain.pm
index 964ea10..ab2cef2 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Explain.pm,v 1.2 2006-10-25 13:38:10 sondberg Exp $
+# $Id: Explain.pm,v 1.4 2007-02-23 15:03:44 mike Exp $
 
 # See the "Main" test package for documentation
 
@@ -22,10 +22,10 @@ sub start {
                      Processing VariantSetInfo UnitSet);
 
     foreach my $category (@explain) {
-        $conn->option('databaseName', 'IR-Explain-1');
        $conn->irspy_search_pqf('@attr exp-1 1=1 ' . $category,
-                                {'category' => $category}, {},
-                               ZOOM::Event::RECV_SEARCH, \&found,
+                                {'category' => $category},
+                               { databaseName => 'IR-Explain-1' },
+                               ZOOM::Event::ZEND, \&found,
                                exception => \&error);
     }
 }