Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

データ型のテストを追加する #99

Closed
4 tasks done
s-yata opened this issue Nov 6, 2014 · 3 comments
Closed
4 tasks done

データ型のテストを追加する #99

s-yata opened this issue Nov 6, 2014 · 3 comments
Assignees
Milestone

Comments

@s-yata
Copy link
Contributor

s-yata commented Nov 6, 2014

概要

各種データ型のテストを忘れていたので追加します.
まずは以下の 4 つに対するテストをおこないます.
GeoPoint については仕様がまだ中途半端な状態なので,とりあえず提供している機能のみをテストします.

  • Bool
  • Int
  • Float
  • GeoPoint

Text については,仕様に手を入れる予定なので,それが終わってからテストします.

@s-yata s-yata added the test label Nov 6, 2014
@s-yata s-yata self-assigned this Nov 6, 2014
@s-yata s-yata added this to the dummy13-9 milestone Nov 6, 2014
s-yata added a commit that referenced this issue Nov 6, 2014
@s-yata
Copy link
Contributor Author

s-yata commented Nov 6, 2014

Bool

データ型の取り得る値が 3 種類しかないため,すべての演算子と引数の組み合わせについて,総当りでテストするようにしました.

s-yata added a commit that referenced this issue Nov 6, 2014
s-yata added a commit that referenced this issue Nov 6, 2014
s-yata added a commit that referenced this issue Nov 7, 2014
@s-yata
Copy link
Contributor Author

s-yata commented Nov 7, 2014

GeoPoint

値の設定と等号・不等号のみのテストを追加しました.
距離計算などについては,また後程ということになります.

@s-yata
Copy link
Contributor Author

s-yata commented Nov 10, 2014

Text

  • Text

メモリ管理については保留しましたが,サイズには Int を使うように修正しました.
現状で提供されている機能についてテストを用意します.

テストも間違えて一つのコミットにまとめてしまいました.

@s-yata s-yata added the done label Nov 10, 2014
@daijiro daijiro closed this as completed Nov 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants