[Groonga-commit] droonga/express-droonga at 8ecb182 [master] Use meaningful name for tests

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed May 28 12:56:22 JST 2014


YUKI Hiroshi	2014-05-28 12:56:22 +0900 (Wed, 28 May 2014)

  New Revision: 8ecb1822ee1fdaee8b647504715ea1f4e39d3a9b
  https://github.com/droonga/express-droonga/commit/8ecb1822ee1fdaee8b647504715ea1f4e39d3a9b

  Message:
    Use meaningful name for tests

  Modified files:
    test/rest-request-builder.test.js

  Modified: test/rest-request-builder.test.js (+3 -3)
===================================================================
--- test/rest-request-builder.test.js    2014-05-28 12:54:40 +0900 (22eb695)
+++ test/rest-request-builder.test.js    2014-05-28 12:56:22 +0900 (1c66737)
@@ -331,7 +331,7 @@ suite('building message from REST adapter request', function() {
                            expected);
         });
 
-        test('attributes with comma separated attributes', function() {
+        test('with comma separated attributes', function() {
           var query = {
             key: '_key',
             attributes: {
@@ -355,7 +355,7 @@ suite('building message from REST adapter request', function() {
                            expected);
         });
 
-        test('attributes', function() {
+        test('in complex format', function() {
           var query = {
             key: '_key',
             attributes: {
@@ -380,7 +380,7 @@ suite('building message from REST adapter request', function() {
                            expected);
         });
 
-        test('simple string', function() {
+        test('given as a simple string', function() {
           var query = {
             key: '_key',
             attributes: '_key,_nsubrecs'
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index