root/honeyclient/tags/rel/0.9.3/t/honeyclient_agent_driver_browser.t

Revision 130, 342 bytes (checked in by kindlund, 2 years ago)

sc: merging branch using tags svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/PRE-42 and svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/POST-42

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 # =begin testing
50 {
51 # XXX: Test this.
52 1;
53 }
54
55
56
57
58 1;
Note: See TracBrowser for help on using the browser.