diff --git a/xflaim/csharp/cstest/CheckDbTest.cs b/xflaim/csharp/cstest/CheckDbTest.cs index 6b71bac..6c34384 100644 --- a/xflaim/csharp/cstest/CheckDbTest.cs +++ b/xflaim/csharp/cstest/CheckDbTest.cs @@ -118,7 +118,7 @@ namespace cstest System.Console.WriteLine( "Invalid signature in database header"); return( false); } - if (dbHdr.ui16BlockSize != 8192) + if (dbHdr.ui16BlockSize != 8192 && dbHdr.ui16BlockSize != 4096) { endTest( true, false); System.Console.WriteLine( "Invalid block size in database header");