Sort test cases alphabetically

This is just a clean-up of unit test.  No behavior change is intended.

BUG=none
TEST=unittest

git-svn-id: https://mozc.googlecode.com/svn/trunk@366 a6090854-d499-a067-5803-1114d4e51264
diff --git a/src/mozc_version_template.txt b/src/mozc_version_template.txt
index 6514a63..4a9b632 100644
--- a/src/mozc_version_template.txt
+++ b/src/mozc_version_template.txt
@@ -1,6 +1,6 @@
 MAJOR=1
 MINOR=15
-BUILD=1908
+BUILD=1910
 REVISION=102
 # NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
 # downloaded by NaCl Mozc.
diff --git a/src/session/session_handler_scenario_test.cc b/src/session/session_handler_scenario_test.cc
index 07e1417..09dcfeb 100644
--- a/src/session/session_handler_scenario_test.cc
+++ b/src/session/session_handler_scenario_test.cc
@@ -128,13 +128,13 @@
 const char *kScenarioFileList[] = {
 #define DATA_DIR "data/test/session/scenario/"
   DATA_DIR "auto_partial_suggestion.txt",
+  DATA_DIR "b12751061_scenario.txt",
+  DATA_DIR "b16123009_scenario.txt",
   DATA_DIR "b7132535_scenario.txt",
   DATA_DIR "b7321313_scenario.txt",
   DATA_DIR "b7548679_scenario.txt",
   DATA_DIR "b8690065_scenario.txt",
   DATA_DIR "b8703702_scenario.txt",
-  DATA_DIR "b12751061_scenario.txt",
-  DATA_DIR "b16123009_scenario.txt",
   DATA_DIR "change_request.txt",
   DATA_DIR "clear_user_prediction.txt",
   DATA_DIR "commit.txt",