root/honeyclient/tags/exp/PRE-stephenson-link_scoring/t/honeyclient_agent_driver_ff.t

Revision 13, 297 bytes (checked in by kindlund, 2 years ago)

Initialized public repository with 0.9 release.

Line 
1 #!/usr/bin/perl -w
2
3 use strict;
4 use Test::More 'no_plan';
5 $| = 1;
6
7
8
9 # =begin testing
10 {
11 # XXX: Add this.
12 1;
13 }
14
15
16
17 # =begin testing
18 {
19 # XXX: Test this.
20 1;
21 }
22
23
24
25 # =begin testing
26 {
27 # XXX: Test this.
28 1;
29 }
30
31
32
33 # =begin testing
34 {
35 # XXX: Test this.
36 1;
37 }
38
39
40
41 # =begin testing
42 {
43 # XXX: Test this.
44 1;
45 }
46
47
48
49
50 1;
Note: See TracBrowser for help on using the browser.