[Groonga-commit] groonga/groonga [master] Use "use"/"not_use" instead of "with"/"without" for test file name

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Mar 27 18:05:24 JST 2013


Kouhei Sutou	2013-03-27 18:05:24 +0900 (Wed, 27 Mar 2013)

  New Revision: 1ed10df792637c71a329049fe7264842d0a62311
  https://github.com/groonga/groonga/commit/1ed10df792637c71a329049fe7264842d0a62311

  Message:
    Use "use"/"not_use" instead of "with"/"without" for test file name
    
    It seems that "with"/"without" means that "indexed"/"not indexed".  In
    those tests use "with"/"without" for "use"/"not_use". So I changed
    those file names.
    
    test/command/suite/select/filter/geo_in_circle/*_with_index* ->
    test/command/suite/select/filter/geo_in_circle/*_use_index*
    
    test/command/suite/select/filter/geo_in_circle/*_without_index* ->
    test/command/suite/select/filter/geo_in_circle/*_not_use_index*

  Renamed files:
    test/command/suite/select/filter/geo_in_circle/ellip_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/ellip_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/ellip_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/ellip_without_index.test)
    test/command/suite/select/filter/geo_in_circle/ellip_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/ellip_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/ellip_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/ellip_with_index.test)
    test/command/suite/select/filter/geo_in_circle/ellipsoid_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/ellipsoid_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/ellipsoid_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/ellipsoid_without_index.test)
    test/command/suite/select/filter/geo_in_circle/ellipsoid_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/ellipsoid_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/ellipsoid_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/ellipsoid_with_index.test)
    test/command/suite/select/filter/geo_in_circle/not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/without_index.expected)
    test/command/suite/select/filter/geo_in_circle/not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/without_index.test)
    test/command/suite/select/filter/geo_in_circle/rect_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/rect_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/rect_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/rect_without_index.test)
    test/command/suite/select/filter/geo_in_circle/rect_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/rect_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/rect_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/rect_with_index.test)
    test/command/suite/select/filter/geo_in_circle/rectangle_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/rectangle_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/rectangle_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/rectangle_without_index.test)
    test/command/suite/select/filter/geo_in_circle/rectangle_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/rectangle_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/rectangle_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/rectangle_with_index.test)
    test/command/suite/select/filter/geo_in_circle/sphere_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/sphere_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/sphere_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/sphere_without_index.test)
    test/command/suite/select/filter/geo_in_circle/sphere_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/sphere_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/sphere_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/sphere_with_index.test)
    test/command/suite/select/filter/geo_in_circle/sphr_not_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/sphr_without_index.expected)
    test/command/suite/select/filter/geo_in_circle/sphr_not_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/sphr_without_index.test)
    test/command/suite/select/filter/geo_in_circle/sphr_use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/sphr_with_index.expected)
    test/command/suite/select/filter/geo_in_circle/sphr_use_index.test
      (from test/command/suite/select/filter/geo_in_circle/sphr_with_index.test)
    test/command/suite/select/filter/geo_in_circle/use_index.expected
      (from test/command/suite/select/filter/geo_in_circle/with_index.expected)
    test/command/suite/select/filter/geo_in_circle/use_index.test
      (from test/command/suite/select/filter/geo_in_circle/with_index.test)

  Renamed: test/command/suite/select/filter/geo_in_circle/ellip_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellip_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellip_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellip_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellipsoid_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellipsoid_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellipsoid_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/ellipsoid_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rect_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rect_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rect_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rect_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rectangle_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rectangle_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rectangle_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/rectangle_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphere_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphere_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphere_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphere_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphr_not_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphr_not_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphr_use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/sphr_use_index.test (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/use_index.expected (+0 -0) 100%
===================================================================

  Renamed: test/command/suite/select/filter/geo_in_circle/use_index.test (+0 -0) 100%
===================================================================
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る