soda 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/Soda.rb +8 -8
- data/lib/sodainfo.rb +1 -1
- metadata +3 -3
data/lib/Soda.rb
CHANGED
|
@@ -813,14 +813,14 @@ class Soda
|
|
|
813
813
|
###############################################################################
|
|
814
814
|
def RestartBrowserTest(suitename)
|
|
815
815
|
|
|
816
|
-
if (!@GotWatchDog)
|
|
817
|
-
begin
|
|
818
|
-
@browser.close()
|
|
819
|
-
sleep(1)
|
|
820
|
-
rescue Exception => e
|
|
821
|
-
end
|
|
822
|
-
@GotWatchDog = false
|
|
823
|
-
end
|
|
816
|
+
# if (!@GotWatchDog)
|
|
817
|
+
# begin
|
|
818
|
+
# @browser.close()
|
|
819
|
+
# sleep(1)
|
|
820
|
+
# rescue Exception => e
|
|
821
|
+
# end
|
|
822
|
+
# @GotWatchDog = false
|
|
823
|
+
# end
|
|
824
824
|
|
|
825
825
|
RestartGlobalTime()
|
|
826
826
|
|
data/lib/sodainfo.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soda
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 3
|
|
9
|
-
-
|
|
10
|
-
version: 1.3.
|
|
9
|
+
- 3
|
|
10
|
+
version: 1.3.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Trampus Richmond
|