You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2008/04/10 12:38:01 UTC

svn commit: r646739 - /stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp

Author: faridz
Date: Thu Apr 10 03:37:54 2008
New Revision: 646739

URL: http://svn.apache.org/viewvc?rev=646739&view=rev
Log:
2008-04-10 Farid Zaripov <fa...@epam.com>

	* tests/regress/22.locale.codecvt.stdcxx-435.cpp (main): Added
	zero element in names array to correctly terminate the loop.

Modified:
    stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp

Modified: stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp
URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp?rev=646739&r1=646738&r2=646739&view=diff
==============================================================================
--- stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp (original)
+++ stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Thu Apr 10 03:37:54 2008
@@ -48,7 +48,9 @@
         "as-IN",  // Win Vista
         "bn-IN",  // Win XP SP2
         "zh-HK",
-        "zh-CN"
+        "zh-CN",
+
+        0
     };
 
     // try to find the first multibyte locale on this system



Re: svn commit: r646739 - /stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp

Posted by Martin Sebor <se...@roguewave.com>.
faridz@apache.org wrote:
> Author: faridz
> Date: Thu Apr 10 03:37:54 2008
> New Revision: 646739
> 
> URL: http://svn.apache.org/viewvc?rev=646739&view=rev
> Log:
> 2008-04-10 Farid Zaripov <fa...@epam.com>
> 
> 	* tests/regress/22.locale.codecvt.stdcxx-435.cpp (main): Added
> 	zero element in names array to correctly terminate the loop.

Thanks you, kind sir! That was my bad.

Martin

> 
> Modified:
>     stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp
> 
> Modified: stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp
> URL: http://svn.apache.org/viewvc/stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp?rev=646739&r1=646738&r2=646739&view=diff
> ==============================================================================
> --- stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp (original)
> +++ stdcxx/trunk/tests/regress/22.locale.codecvt.stdcxx-435.cpp Thu Apr 10 03:37:54 2008
> @@ -48,7 +48,9 @@
>          "as-IN",  // Win Vista
>          "bn-IN",  // Win XP SP2
>          "zh-HK",
> -        "zh-CN"
> +        "zh-CN",
> +
> +        0
>      };
>  
>      // try to find the first multibyte locale on this system
> 
>