summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-08-09 14:06:21 +0800
committerPeng Wu <alexepico@gmail.com>2013-08-09 14:06:21 +0800
commit9538cb526643a58dad2e8ff15337d784eac5537b (patch)
tree2b2ff5a6f551514a4c294ac86bd76d9a7356fa01 /tests
parent94fee6c690d4f4f86fa000bb68390558364614ac (diff)
downloadlibzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.tar.gz
libzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.tar.xz
libzhuyin-9538cb526643a58dad2e8ff15337d784eac5537b.zip
update sources
Diffstat (limited to 'tests')
-rw-r--r--tests/lookup/test_phrase_lookup.cpp4
-rw-r--r--tests/lookup/test_pinyin_lookup.cpp4
-rw-r--r--tests/storage/test_chewing_table.cpp4
-rw-r--r--tests/storage/test_flexible_ngram.cpp4
-rw-r--r--tests/storage/test_parser2.cpp4
-rw-r--r--tests/storage/test_phrase_index_logger.cpp4
-rw-r--r--tests/storage/test_table_info.cpp4
-rw-r--r--tests/test_chewing.cpp4
-rw-r--r--tests/test_phrase.cpp4
-rw-r--r--tests/test_pinyin.cpp4
10 files changed, 20 insertions, 20 deletions
diff --git a/tests/lookup/test_phrase_lookup.cpp b/tests/lookup/test_phrase_lookup.cpp
index c7bfd19..e19102d 100644
--- a/tests/lookup/test_phrase_lookup.cpp
+++ b/tests/lookup/test_phrase_lookup.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/lookup/test_pinyin_lookup.cpp b/tests/lookup/test_pinyin_lookup.cpp
index 5c1d63a..c688e8c 100644
--- a/tests/lookup/test_pinyin_lookup.cpp
+++ b/tests/lookup/test_pinyin_lookup.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/storage/test_chewing_table.cpp b/tests/storage/test_chewing_table.cpp
index f3d0f5d..cf0e77c 100644
--- a/tests/storage/test_chewing_table.cpp
+++ b/tests/storage/test_chewing_table.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/storage/test_flexible_ngram.cpp b/tests/storage/test_flexible_ngram.cpp
index d7d7950..e875d8c 100644
--- a/tests/storage/test_flexible_ngram.cpp
+++ b/tests/storage/test_flexible_ngram.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2012 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/storage/test_parser2.cpp b/tests/storage/test_parser2.cpp
index 85edef3..fad7311 100644
--- a/tests/storage/test_parser2.cpp
+++ b/tests/storage/test_parser2.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/storage/test_phrase_index_logger.cpp b/tests/storage/test_phrase_index_logger.cpp
index c423c40..e470487 100644
--- a/tests/storage/test_phrase_index_logger.cpp
+++ b/tests/storage/test_phrase_index_logger.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/storage/test_table_info.cpp b/tests/storage/test_table_info.cpp
index 5781c97..8aa0bf3 100644
--- a/tests/storage/test_table_info.cpp
+++ b/tests/storage/test_table_info.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2013 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/test_chewing.cpp b/tests/test_chewing.cpp
index 5a5701f..9206561 100644
--- a/tests/test_chewing.cpp
+++ b/tests/test_chewing.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/test_phrase.cpp b/tests/test_phrase.cpp
index 6e5ef3b..ef8bd28 100644
--- a/tests/test_phrase.cpp
+++ b/tests/test_phrase.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*
diff --git a/tests/test_pinyin.cpp b/tests/test_pinyin.cpp
index b1d1171..ddec443 100644
--- a/tests/test_pinyin.cpp
+++ b/tests/test_pinyin.cpp
@@ -1,6 +1,6 @@
/*
- * libpinyin
- * Library to deal with pinyin.
+ * libzhuyin
+ * Library to deal with zhuyin.
*
* Copyright (C) 2011 Peng Wu <alexepico@gmail.com>
*