From: Kathy Lussier Date: Thu, 21 Jul 2016 15:52:24 +0000 (-0400) Subject: LP#1549505: Remove stray semicolon from PgTap test X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cf06a05ec21daed2e825a36f29765c0c50b0ef36;p=working%2FEvergreen.git LP#1549505: Remove stray semicolon from PgTap test The semicolon was causing failures in the test. Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/sql/Pg/t/regress/lp1549505_statistical_popularity_infrastructure.pg b/Open-ILS/src/sql/Pg/t/regress/lp1549505_statistical_popularity_infrastructure.pg index e5d44b7517..78149c247b 100644 --- a/Open-ILS/src/sql/Pg/t/regress/lp1549505_statistical_popularity_infrastructure.pg +++ b/Open-ILS/src/sql/Pg/t/regress/lp1549505_statistical_popularity_infrastructure.pg @@ -26,7 +26,7 @@ SELECT is( score, 5, 'LP#1549505: Badge caclulation framework is operational' ) -FROM rating.record_badge_score; +FROM rating.record_badge_score WHERE record = 999999998 AND badge = 999999998;