From cf614499238ad958f34f91ec0107d482ac124d30 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Thu, 21 Jul 2016 11:52:24 -0400 Subject: [PATCH] LP#1549505: Remove stray semicolon from PgTap test The semicolon was causing failures in the test. Signed-off-by: Kathy Lussier Signed-off-by: Galen Charlton Signed-off-by: Kathy Lussier --- .../regress/lp1549505_statistical_popularity_infrastructure.pg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.2