rwdgutenberg 0.03 → 0.04

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. data/Readme.txt +7 -0
  2. data/code/01rwdcore/01rwdcore.rb +15 -13
  3. data/code/01rwdcore/jumplinkcommand.rb +26 -0
  4. data/code/01rwdcore/openhelpwindow.rb +26 -26
  5. data/code/01rwdcore/returntomain.rb +8 -8
  6. data/code/01rwdcore/rundocuments.rb +10 -0
  7. data/code/01rwdcore/runeditconfiguration.rb +10 -0
  8. data/code/01rwdcore/runhelpabout.rb +10 -0
  9. data/code/01rwdcore/rwdtinkerversion.rb +12 -13
  10. data/code/01rwdcore/rwdwindowreturn.rb +3 -5
  11. data/code/01rwdcore/selectiontab.rb +9 -0
  12. data/code/01rwdcore/test_cases.rb +109 -0
  13. data/code/01rwdcore/test_harness.rb +13 -0
  14. data/code/01rwdcore/uploadreturns.rb +60 -60
  15. data/code/dd0viewphoto/dd0viewphoto.rb +3 -0
  16. data/code/superant.com.gutenberg/rungutenbergwindow.rb +2 -1
  17. data/code/superant.com.rwdtinkerbackwindow/controlclient.rb +89 -92
  18. data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +15 -21
  19. data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +19 -18
  20. data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +20 -19
  21. data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +19 -18
  22. data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +7 -7
  23. data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +48 -49
  24. data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +8 -7
  25. data/code/superant.com.rwdtinkerbackwindow/listzips.rb +22 -26
  26. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +32 -31
  27. data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -13
  28. data/code/superant.com.rwdtinkerbackwindow/network.rb +82 -82
  29. data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +18 -17
  30. data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +37 -37
  31. data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +20 -20
  32. data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +33 -32
  33. data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
  34. data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +8 -9
  35. data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +10 -11
  36. data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -18
  37. data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +21 -20
  38. data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +23 -20
  39. data/configuration/language.dist +1 -1
  40. data/configuration/rwdapplicationidentity.dist +1 -1
  41. data/configuration/rwdgutenberg.dist +2 -2
  42. data/configuration/rwdtinker.dist +3 -3
  43. data/configuration/tinkerwin2variables.dist +1 -1
  44. data/gui/00coreguibegin/applicationguitop.rwd +1 -1
  45. data/gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd +2 -7
  46. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd +15 -0
  47. data/gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd +1 -1
  48. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
  49. data/init.rb +231 -228
  50. data/rwd_files/HowTo_Gutenberg.txt +7 -0
  51. data/rwd_files/HowTo_Tinker.txt +19 -0
  52. data/rwdconfig.dist +8 -2
  53. data/tests/RubyGauge.rb +179 -0
  54. data/tests/makedist.rb +35 -6
  55. metadata +20 -13
  56. data/gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd +0 -12
  57. data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd +0 -11
  58. data/rwdgutenberg-0.03.gem +0 -0
  59. data/tests/rwdtinkertestEN.rb +0 -163
  60. data/tests/test.result +0 -32
@@ -81,6 +81,13 @@ Steven Gibson
81
81
  steven@superant.com
82
82
 
83
83
  == Changelog
84
+ Version 0.04
85
+ fixed show text with nil title
86
+ updated for rwdtinker version 1.64
87
+ changed handling of application name returned
88
+ added jump seletion options
89
+ added some unit tests
90
+
84
91
  version 0.03
85
92
  edit data doc
86
93
  delete file, rename file
@@ -227,6 +227,25 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
227
227
  Thanks, Steven Gibson
228
228
 
229
229
  == Changelog
230
+ Version 1.64
231
+ fixed jump with no location
232
+
233
+ Version 1.63
234
+ changed handling of application name returned
235
+ added jump seletion options
236
+ added some unit tests
237
+
238
+ version 1.62
239
+ improve distro release script
240
+ code cleanup
241
+ removed redundent network code
242
+ change handling of window and tab jumps
243
+
244
+ version 1.61
245
+ add in test harness
246
+ rwdtinkerwin2 help about removed
247
+ load main config file in init.rb
248
+
230
249
  version 1.60
231
250
  add rwdapplication info to diagnostic
232
251
  turn rescue on in diagnostic upload
data/rwdconfig.dist CHANGED
@@ -1,6 +1,12 @@
1
- ##VERSION:1.57
1
+ ##VERSION:1.63
2
2
  # rwdtinker core configuration file
3
3
  ##NAME: ConfigLocation:0
4
4
  ConfigLocation=""
5
5
  ##NAME: ZipsLocation:0
6
- ZipsLocation=""
6
+ ZipsLocation=""
7
+ ##NAME:$testharnessarray:0
8
+ $testharnessarray = ["rwdtinker_all_tests"]
9
+ ##NAME:TestNow:0
10
+ TestNow=false # turning this on will run the unit tests
11
+ ##NAME:$testharness:0
12
+ $testharness=true
@@ -0,0 +1,179 @@
1
+ #--------------------------------------------------------------------#
2
+ # #
3
+ # RubyGauge version 1 #
4
+ # Copyright (c) 2005, Harrison Ainsworth. #
5
+ # #
6
+ # http://hxa7241.org/ #
7
+ # #
8
+ #--------------------------------------------------------------------#
9
+
10
+
11
+
12
+
13
+ require 'find'
14
+
15
+
16
+
17
+
18
+ # Counts lines of code in ruby source files.
19
+ #
20
+ # just a simple example ruby program, produced as an exercise.
21
+ #
22
+ # * directories are looked in recursively for source files
23
+ # * source files with the following name extensions are recognized:
24
+ # .rb .rbw
25
+ # * a line is counted as code if it is not empty and not solely comment
26
+ #
27
+ # == requirements
28
+ # ruby 1.8
29
+ #
30
+ # == usage
31
+ # RubyGauge.rb [-f...] (file|directory)pathname ...
32
+ # RubyGauge.rb -help|-?
33
+ #
34
+ # switches:
35
+ # -f<[l|s][1|2]> set output format to long/short, linecount only /
36
+ # linecount and filecount (defaults to -fl2)
37
+ # -help|-? prints this message
38
+ #
39
+ # ==acknowledgements
40
+ # * ruby: http://ruby-lang.org/
41
+ # * the pragmaticprogrammers pickaxe book:
42
+ # http://phrogz.net/ProgrammingRuby/
43
+ # * rubygarden: http://rubygarden.org/ruby?CodingInRuby
44
+ #
45
+ # == license
46
+ # this software is too short and insignificant to have a license.
47
+
48
+ module RubyGauge
49
+
50
+ # Entry point if run from the command line.
51
+ #
52
+ # Reads command line args, writes output to stdout.
53
+ #
54
+ def RubyGauge.main
55
+
56
+ # check if help message needed
57
+ if $*.empty? || !(RubyGauge.getSwitchs( $*, '(help|\?)' ).empty?)
58
+
59
+ puts "\n#{@@BANNER}\n#{@@HELP}"
60
+
61
+ else
62
+
63
+ # count
64
+ pathnames = RubyGauge.getTokens( $*, '^[^-\/]', ' ' )
65
+
66
+ fileCount = []
67
+ lineCount = RubyGauge.countLinesInFileTree( pathnames, fileCount )
68
+
69
+ # output counts
70
+ format = RubyGauge.getSwitchs( $*, 'f', '-fl2' ).last[2,2]
71
+
72
+ (@@LINES_FORMAT = { 's' => "#{lineCount}" }).default = "\n #{lineCount} line#{lineCount == 1 ? '' : 's'} of code\n"
73
+ (@@FILES_FORMAT = { 's' => " #{fileCount}" }).default = " #{fileCount[0]} file#{fileCount[0] == 1 ? '' : 's'}\n"
74
+ print @@LINES_FORMAT[format[0,1]]
75
+ print @@FILES_FORMAT[format[0,1]] unless format[1,1] == '1'
76
+
77
+ end
78
+
79
+ end
80
+
81
+
82
+ def RubyGauge.getSwitchs( commandline, pattern, default=nil )
83
+
84
+ RubyGauge.getTokens( commandline, '^(-|\/)' + pattern, default )
85
+
86
+ end
87
+
88
+
89
+ def RubyGauge.getTokens( commandline, pattern, default=nil )
90
+
91
+ tokens = []
92
+
93
+ commandline.each do |token|
94
+ if token =~ /#{pattern}/
95
+ tokens.push token
96
+ end
97
+ end
98
+
99
+ if tokens.empty? && default
100
+ tokens.push default
101
+ end
102
+
103
+ tokens
104
+
105
+ end
106
+
107
+
108
+ # Counts lines of ruby code in filetree recursively.
109
+ #
110
+ # A line is counted as code if it is not empty and not solely comment.
111
+ #
112
+ # == parameters
113
+ # * pathnames: Array of String of file or directory pathname
114
+ # (relative or absolute)
115
+ # * fileCount: Array of Numeric, length 1. Just an example of a
116
+ # 'reference' parameter
117
+ # * return: Fixnum of the line count
118
+ #
119
+ def RubyGauge.countLinesInFileTree( pathnames, fileCount=[] )
120
+
121
+ fileCount[0] = 0
122
+ lineCount = 0
123
+
124
+ # scan directory tree
125
+ Find.find( *pathnames ) do |fileOrDirName|
126
+
127
+ # filter file types (to ruby)
128
+ if FileTest.file?( fileOrDirName ) &&
129
+ FileTest.readable?( fileOrDirName ) &&
130
+ fileOrDirName =~ /\.(rb|rbw)\Z/
131
+
132
+ fileCount[0] += 1
133
+
134
+ filePathname = File.expand_path( fileOrDirName )
135
+
136
+ # read file
137
+ File.open( filePathname, 'r' ) do |file|
138
+
139
+ # scan file lines
140
+ file.each_line do |line|
141
+ # select non blank, non comment-only line
142
+ unless line =~ /^\s*(#|\Z)/
143
+ lineCount += 1
144
+ end
145
+ end
146
+
147
+ end
148
+
149
+ end
150
+ end
151
+
152
+ lineCount
153
+
154
+ end
155
+
156
+
157
+ @@BANNER = "-------------------------------------------------------------\n" +
158
+ "RubyGauge 2005 (v1)\n" +
159
+ "Copyright (c) 2005, Harrison Ainsworth.\n\n" +
160
+ "http://hxa7241.org/\n" +
161
+ "-------------------------------------------------------------\n"
162
+
163
+ @@HELP = "RubyGauge counts lines of code in ruby source files.\n\n" +
164
+ "* directories are looked in recursively for source files\n" +
165
+ "* source files with the following name extensions are recognized: .rb .rbw\n" +
166
+ "* a line is counted as code if it is not empty and not solely comment\n" +
167
+ "\nusage:\n" +
168
+ " RubyGauge.rb [-f...] (file|directory)pathname ...\n" +
169
+ " RubyGauge.rb -help|-?\n" +
170
+ "\nswitches:\n" +
171
+ " -f<[l|s][1|2]> set output format to long/short, linecount only / linecount and filecount (defaults to -fl2)\n" +
172
+ " -help|-? prints this message\n"
173
+
174
+ end
175
+
176
+
177
+
178
+
179
+ RubyGauge.main
data/tests/makedist.rb CHANGED
@@ -6,24 +6,53 @@
6
6
  #***********************************************************************/
7
7
 
8
8
  require 'fileutils'
9
- load 'configuration/rwdgutenberg.dist'
9
+ DistroName = "rwdgutenberg"
10
+ load "configuration/#{DistroName}.dist"
11
+ DistroVersion=RwdGutenbergVersion
12
+
13
+ DistroTitle="#{DistroName}-#{DistroVersion}"
14
+
15
+
10
16
 
11
17
  $progdir = File::expand_path( File.dirname(__FILE__))
12
18
  results = " "
13
- puts "creating rwdgutenberg distribution files version #{RwdGutenbergVersion}"
19
+
20
+ puts "creating #{DistroName} distribution files version #{DistroVersion}"
14
21
  puts "cleaning conf files"
15
22
  `tests/cleancnf.sh`
16
23
  puts "moving up one directory"
17
24
  Dir.chdir("..")
18
25
 
19
- zipcreatecmd = "zip -r rwdgutenberg-#{RwdGutenbergVersion}.zip rwdgutenberg"
26
+
27
+
28
+ FileUtils.rm_rf("#{DistroTitle}.zip")
29
+ zipcreatecmd = "zip -r #{DistroTitle}.zip #{DistroName}"
20
30
  puts "#{zipcreatecmd}"
21
31
  `#{zipcreatecmd}`
22
- tarcreatecmd = "tar --gzip -cf rwdgutenberg-#{RwdGutenbergVersion}.tar.gz rwdgutenberg"
32
+ tarcreatecmd = "tar --gzip -cf #{DistroTitle}.tar.gz #{DistroName}"
23
33
  puts "#{tarcreatecmd}"
24
34
  `#{tarcreatecmd}`
25
- tarcreatecmd2 = "tar --bzip2 -cf rwdgutenberg-#{RwdGutenbergVersion}.tar.bz2 rwdgutenberg"
35
+ tarcreatecmd2 = "tar --bzip2 -cf #{DistroTitle}.tar.bz2 #{DistroName}"
26
36
  puts "#{tarcreatecmd2}"
27
37
  `#{tarcreatecmd2}`
28
38
 
29
- print Dir["rwdgutenberg*.{gz,bz2,deb,gem}"]
39
+ gemspecfilename = "#{DistroTitle}.gemspec"
40
+ tobject = Time.now
41
+ year = tobject.year.to_s
42
+ month = tobject.mon.to_s
43
+ daydate = tobject.day.to_s
44
+
45
+ fd = File.open(gemspecfilename,"w")
46
+ fd.print("Gem::Specification.new do |s|\n")
47
+ fd.print(" s.name = %q{#{DistroName}}\n")
48
+ fd.print(" s.version = \"#{DistroVersion}\"\n")
49
+ fd.print(" s.date = %q{#{year}-#{month}-#{daydate}}")
50
+ load "#{DistroName}/tests/gemspec"
51
+ fd.print($gemspecvar)
52
+ fd.close
53
+
54
+ ListingCommand = "ls -1 -s -h #{DistroTitle}*"
55
+
56
+ puts `#{ListingCommand}`
57
+
58
+ print "Build finished\n"
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.6
2
+ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: rwdgutenberg
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.03"
7
- date: 2005-03-17
6
+ version: "0.04"
7
+ date: 2005-04-05
8
8
  summary: rwdgutenberg application is a text file reader for RubyWebDialogs.
9
9
  require_paths:
10
10
  - "."
@@ -36,6 +36,14 @@ files:
36
36
  - code/01rwdcore/rwdtinkerversion.rb
37
37
  - code/01rwdcore/rwdwindowreturn.rb
38
38
  - code/01rwdcore/uploadreturns.rb
39
+ - code/01rwdcore/test_cases.rb
40
+ - code/01rwdcore/test_harness.rb
41
+ - code/01rwdcore/jumplinkcommand.rb
42
+ - code/01rwdcore/selectiontab.rb
43
+ - code/01rwdcore/rundocuments.rb
44
+ - code/01rwdcore/runhelpabout.rb
45
+ - code/01rwdcore/runeditconfiguration.rb
46
+ - code/dd0viewphoto/dd0viewphoto.rb
39
47
  - code/superant.com.rwdtinkerbackwindow/controlclient.rb
40
48
  - code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
41
49
  - code/superant.com.rwdtinkerbackwindow/helptexthashtinkerwin2.rb
@@ -58,6 +66,7 @@ files:
58
66
  - code/superant.com.rwdtinkerbackwindow/remotegemlist.rb
59
67
  - code/superant.com.rwdtinkerbackwindow/installremotegem.rb
60
68
  - code/superant.com.rwdtinkerbackwindow/listgemzips.rb
69
+ - code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb
61
70
  - code/zz0applicationend/zz0end.rb
62
71
  - code/superant.com.gutenberg/savegutenbergrecord.rb
63
72
  - code/superant.com.gutenberg/gutenbergcreatefile.rb
@@ -114,7 +123,7 @@ files:
114
123
  - gui/frontwindow0/superant.com.gutenberg/30booklistutilities.rwd
115
124
  - gui/frontwindowselectionbegin/selectiontabbegin/selectiontabbegin.rwd
116
125
  - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab
117
- - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/rwdwin2selectiontab.rwd
126
+ - gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd
118
127
  - gui/frontwindowselectionzend/viewselectionzend/viewselectionend.rwd
119
128
  - gui/frontwindowtdocumentbegin/superant.com.documentsbegin
120
129
  - gui/frontwindowtdocumentbegin/superant.com.documentsbegin/tt0documentbegin.rwd
@@ -129,15 +138,15 @@ files:
129
138
  - gui/frontwindowz1end/frontwindowend/xx0rwdfirsttab.rwd
130
139
  - gui/helpaboutbegin/superant.com.helpaboutbegin
131
140
  - gui/helpaboutbegin/superant.com.helpaboutbegin/ya0helpscreenstart.rwd
132
- - gui/helpaboutinstalled/superant.com.rwdwin2helpabout
133
141
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout
142
+ - gui/helpaboutinstalled/superant.com.rwdwin2helpabout
134
143
  - gui/helpaboutinstalled/superant.com.rwdgutenberghelpabout
135
- - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd
136
- - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd
137
- - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd
138
144
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout/1appname.rwd
139
145
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout/3copyright.rwd
140
146
  - gui/helpaboutinstalled/superant.com.tinkerhelpabout/5version.rwd
147
+ - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/1appname.rwd
148
+ - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/3copyright.rwd
149
+ - gui/helpaboutinstalled/superant.com.rwdwin2helpabout/5version.rwd
141
150
  - gui/helpaboutinstalled/superant.com.rwdgutenberghelpabout/1versionname.rwd
142
151
  - gui/helpaboutinstalled/superant.com.rwdgutenberghelpabout/5version.rwd
143
152
  - gui/helpaboutzend/superant.com.helpaboutend
@@ -152,9 +161,9 @@ files:
152
161
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd
153
162
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd
154
163
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdcontrol.rwd
155
- - gui/tinkerbackwindows/superant.com.tinkerbackwindow/80tab1.rwd
156
164
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd
157
165
  - gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd
166
+ - gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd
158
167
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
159
168
  - gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd
160
169
  - gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd
@@ -173,17 +182,15 @@ files:
173
182
  - zips/rwdahelloworld-0.5.zip
174
183
  - Books/8sam810.txt
175
184
  - Books/Sam2.gut
176
- - tests/rwdtinkertestEN.rb
177
- - tests/test.result
185
+ - tests/RubyGauge.rb
178
186
  - tests/totranslate.lang
179
187
  - tests/cleancnf.sh
180
188
  - tests/rdep.rb
181
189
  - tests/checkdepends.sh
182
190
  - tests/makedist.rb
183
191
  - init.rb
184
- - Readme.txt
185
192
  - rwdconfig.dist
186
- - rwdgutenberg-0.03.gem
193
+ - Readme.txt
187
194
  test_files: []
188
195
  rdoc_options:
189
196
  - "--main"
@@ -1,12 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <row> <p></row>
4
-
5
- <horizontal>
6
-
7
- <button caption=#{Message[:rwdtinker_back_window]} action=\"runrwdtinkerbackwindow\"/>
8
-
9
-
10
- </horizontal>"
11
-
12
-
@@ -1,11 +0,0 @@
1
- $rwdguivar=
2
- "
3
- <tab name=\"backone\" caption=\"Back Tab\">
4
-
5
- <row> You can return to the previous window</row>
6
- <row><p> </row>
7
- <row><p> </row>
8
- <button caption=\"Return to top menu\" action=\"returntomain\"/>
9
-
10
- </tab>"
11
-
Binary file
@@ -1,163 +0,0 @@
1
- #-------------------------------------------------------------------------------------------------------------#
2
- # test with the WATIR controller
3
- #
4
- # Simple test based on Google/watir demo
5
- #
6
- #------------------------------------------------------------------------------------------------------------ #
7
-
8
- #includes
9
- require '../watir' # the controller
10
-
11
- #test::unit includes
12
- require 'test/unit'
13
- require 'test/unit/ui/console/testrunner'
14
- require '../unittests/testUnitAddons'
15
-
16
- #code to set your current path in Windows
17
- $myDir = File.dirname(__FILE__)
18
- $LOAD_PATH << $myDir
19
-
20
- class TC_rwdtinker_suite < Test::Unit::TestCase
21
-
22
-
23
-
24
- def test_a_Open1
25
- #--------------------------------------------------------
26
- # test case that shows basic WATIR functionality:
27
- # * enter text in a field
28
- # * click a button
29
- #
30
-
31
- #variables
32
- testSite = 'http://localhost:7705'
33
-
34
- #open the IE browser
35
- $ie = IE.new
36
-
37
- puts '## Beginning of test: rwdtinker'
38
- puts ' '
39
-
40
-
41
- $ie.goto(testSite)
42
- puts ' Action: entered ' + testSite + 'in the address bar.'
43
- sleep 1
44
-
45
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_help";document.bodyform.submit();').click
46
-
47
- $ie.button(:caption, 'Click for Version').click
48
-
49
- $ie.button(:caption, 'Cancel').click
50
-
51
-
52
-
53
- sleep 1
54
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_selectiontab";document.bodyform.submit();').click
55
-
56
-
57
-
58
- $ie.button(:caption, 'RwdTinker Help Window').click
59
- puts ' Action: clicked the Help Window link'
60
-
61
- end
62
-
63
- def test_b_Buttons1
64
-
65
-
66
- sleep 1
67
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_nexttab";document.bodyform.submit();').click
68
- puts ' Action: clicked the nexttab link'
69
-
70
-
71
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_main";document.bodyform.submit();').click
72
- puts ' Action: clicked the main tab link'
73
-
74
-
75
- $ie.button(:caption, "Cancel").click
76
- puts ' Action: clicked the cancel button'
77
-
78
-
79
-
80
- end
81
-
82
- def test_c_tabs
83
-
84
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_one";document.bodyform.submit();').click
85
- puts ' Action: clicked tab one'
86
-
87
-
88
- end
89
-
90
- def test_d_tabs
91
-
92
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_selectiontab";document.bodyform.submit();').click
93
- puts ' Action: clicked the selectiontab'
94
-
95
-
96
- $ie.button(:caption, 'RwdTinker Back Window').click
97
- puts ' Action: clicked the Help Window link'
98
-
99
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_backone";document.bodyform.submit();').click
100
- puts ' Action: clicked the backone tab'
101
-
102
-
103
- assert($ie.pageContainsText("previous window") )
104
-
105
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_diagnostictab";document.bodyform.submit();').click
106
- puts ' Action: clicked the diagnostictab top link'
107
-
108
-
109
- $ie.button(:caption, "View Ruby Version").click
110
- puts ' Action: clicked Ruby Version button.'
111
-
112
- assert($ie.pageContainsText("Version") )
113
-
114
- $ie.button(:caption, "view platform").click
115
- puts ' Action: clicked platform button.'
116
-
117
- assert($ie.pageContainsText("Platform is") )
118
-
119
- $ie.button(:caption, "View rwdtinker Version").click
120
- puts ' Action: clicked rwdtinker version button.'
121
-
122
- assert($ie.pageContainsText("rwdtinker version") )
123
-
124
- end # end of test_d
125
-
126
- def test_e_tabs
127
-
128
-
129
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_filelister";document.bodyform.submit();').click
130
-
131
-
132
- assert($ie.pageContainsText("View the list") )
133
-
134
- $ie.button(:caption, "List Files").click
135
- puts ' Action: clicked the list files button.'
136
-
137
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="fillappletname/rwdviewlogo-0.4.inf";document.bodyform.submit();').click
138
-
139
-
140
- $ie.button(:caption, "View Install Text").click
141
- puts ' Action: clicked the View Install Text button.'
142
-
143
- assert($ie.pageContainsText("rwdviewlogo") )
144
-
145
-
146
- end
147
-
148
- def test_f_tabs
149
-
150
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="rwd_tab_zipslister";document.bodyform.submit();').click
151
-
152
- assert($ie.pageContainsText("File Name") )
153
-
154
- assert($ie.pageContainsText("view the list of zip files") )
155
-
156
- $ie.button(:caption, "List applets available for installing").click
157
- puts ' Action: clicked the List applets available for installing button.'
158
-
159
- $ie.link(:url, 'javascript:document.bodyform.rwd_action.value="fillziptoinstallname/rwdhelloworld-0.3.zip";document.bodyform.submit();').click
160
-
161
- end
162
-
163
- end #end of class TC_google_suite