Skip to content

Commit

Permalink
fix image url, fixes Quick#457
Browse files Browse the repository at this point in the history
  • Loading branch information
takecian committed Feb 19, 2016
1 parent bc67084 commit 1473ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/en-us/BehavioralTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Imagine, however, that the source code of `GorillaDB` changes. In order to make
reading bananas from the database faster, it maintains a cache of the most frequently
used bananas. `GorillaDB.size` grows as the size of the cache grows, and our test fails:

![](http://cl.ly/image/0G2s3B3d2F3O/Screen%20Shot%202015-02-23%20at%204.07.32%20PM.png)
![](https://raw.githubusercontent.com/Quick/Assets/master/Screenshots/Screenshot_database_size_fail.png)

## Behavioral Tests

Expand Down
2 changes: 1 addition & 1 deletion Documentation/ja/BehavioralTesting.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func testSave_savesTheBananaToTheDatabase() {
ここで `GorillaDB` のソースコードを変更したとします。データベースからの読み出しを速くするためにもっとも頻繁に使用するバナナをキャッシュに保持するようにします。
`GorillaDB.size` はキャッシュのサイズに合わせて大きくなります。この場合ディスクに保存しなくなるため上記のテストは失敗します。

![](http://cl.ly/image/0G2s3B3d2F3O/Screen%20Shot%202015-02-23%20at%204.07.32%20PM.png)
![](https://raw.githubusercontent.com/Quick/Assets/master/Screenshots/Screenshot_database_size_fail.png)

## 動作テスト(Behavioral Tests)

Expand Down

0 comments on commit 1473ba9

Please sign in to comment.