[Groonga-commit] nroonga/nroonga [master] Remove tailing semicolons

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 17日 (火) 13:31:47 JST


Yoji SHIDARA	2012-07-17 13:31:47 +0900 (Tue, 17 Jul 2012)

  New Revision: 425e26b34cd5d1bc0ee2c3640d7ef6263b8e2196
  https://github.com/nroonga/nroonga/commit/425e26b34cd5d1bc0ee2c3640d7ef6263b8e2196

  Log:
    Remove tailing semicolons

  Modified files:
    test/database.test.coffee

  Modified: test/database.test.coffee (+3 -3)
===================================================================
--- test/database.test.coffee    2012-07-17 12:43:42 +0900 (1e7effa)
+++ test/database.test.coffee    2012-07-17 13:31:47 +0900 (9469d59)
@@ -79,14 +79,14 @@ describe 'nroonga.Database', ->
       db.close()
       (->
         db.close()
-      ).should.throw('Database already closed');
+      ).should.throw('Database already closed')
 
   describe '#commandSync for closed database', ->
     it 'should raise an exception', ->
       db.close()
       (->
         db.commandSync 'status'
-      ).should.throw('Database already closed');
+      ).should.throw('Database already closed')
 
   describe '#command for closed database', ->
     it 'should return an error', ->
@@ -94,7 +94,7 @@ describe 'nroonga.Database', ->
       (->
         db.command 'status', (error, data) ->
           # do nothing
-      ).should.throw('Database already closed');
+      ).should.throw('Database already closed')
 
 describe 'empty database', ->
   db = new nroonga.Database()
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index