From 7a4e1882646c59d46c34c82669716a2084aee788 Mon Sep 17 00:00:00 2001
From: Siarhei Siamashka <siarhei.siamashka@nokia.com>
Date: Sat, 27 Jun 2009 21:26:11 +0300
Subject: [PATCH] Update of expected crc32 value for scaling-test program

This midification is needed because the expected behavior has
changed since commit 78ca4eea6467dbb6b9da1198b9526750a0a8dca3
---
 test/scaling-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/scaling-test.c b/test/scaling-test.c
index c85908d..a5a5517 100644
--- a/test/scaling-test.c
+++ b/test/scaling-test.c
@@ -329,7 +329,7 @@ int main(int argc, char *argv[])
         if (n == 3000000) {
             /* predefined value for running with all the fastpath functions disabled  */
             /* it needs to be updated every time changes are introduced to this program! */
-            if (crc == 0xC950E5BB) {
+            if (crc == 0x79443990) {
                 printf("scaling test passed\n");
             } else {
                 printf("scaling test failed!\n");
-- 
1.5.4.3

