testcentricity 2.3.16 → 2.3.16.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 53f516f04ab690c0e7bf993f86241902d74b6b4a
|
4
|
+
data.tar.gz: 7b922146ab2ded68ae406d56ca35e2e17d51ebf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36ff52b324fcc5e202607f9c376a2e9325064116030af4feff6c53c95f5ce04c42a84fb5b36037580d8e0fb5ed54e011b255869a1d16482d7bfefc723b391903
|
7
|
+
data.tar.gz: 3fcf2ef5f82df0980e685ac1098755b51b1e1c2eb622d2bd97ca7840c668e0ab0be5a3bdf4934e90c4ad4a2955834230c3e8c1babbba5edaf67f01bcd8044abb
|
@@ -285,7 +285,6 @@ module TestCentricity
|
|
285
285
|
section_not_found_exception(section)
|
286
286
|
section.location.x
|
287
287
|
end
|
288
|
-
|
289
288
|
def y_loc
|
290
289
|
section = find_section
|
291
290
|
section_not_found_exception(section)
|
@@ -432,7 +431,7 @@ module TestCentricity
|
|
432
431
|
end
|
433
432
|
|
434
433
|
def section_not_found_exception(obj)
|
435
|
-
raise "Section object '#{get_name}' (#{get_locator}) not found" unless obj
|
434
|
+
raise ObjectNotFoundError.new("Section object '#{get_name}' (#{get_locator}) not found") unless obj
|
436
435
|
end
|
437
436
|
end
|
438
437
|
end
|