summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-22 11:27:21 -0800
committer=Corey Hulen <corey@hulen.com>2015-06-22 11:27:21 -0800
commitaea6d25c63517d67da1d98d5786c3c2adfa6aafa (patch)
tree221435fb8a45b5d33b41bdca96d8f9466f61d8a3
parentbaa0691ec92be2f64c120850ed34dd289ecebc9b (diff)
parentdca7bd7c829e101075214e5a877fe75a5e6414e9 (diff)
downloadchat-aea6d25c63517d67da1d98d5786c3c2adfa6aafa.tar.gz
chat-aea6d25c63517d67da1d98d5786c3c2adfa6aafa.tar.bz2
chat-aea6d25c63517d67da1d98d5786c3c2adfa6aafa.zip
Merge branch 'master' of https://github.com/mattermost/platform
-rw-r--r--api/auto_constants.go2
-rw-r--r--web/static/images/salamander.jpgbin17687 -> 0 bytes
-rw-r--r--web/static/images/test.pngbin1549 -> 279591 bytes
-rwxr-xr-xweb/static/images/testgif.gifbin0 -> 38689 bytes
-rwxr-xr-xweb/static/images/testjpg.jpgbin0 -> 70920 bytes
-rw-r--r--web/static/images/toothless.gifbin163454 -> 0 bytes
6 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_constants.go b/api/auto_constants.go
index 7af90a5f1..3f8831055 100644
--- a/api/auto_constants.go
+++ b/api/auto_constants.go
@@ -32,5 +32,5 @@ var (
POST_MESSAGE_LEN = utils.Range{100, 400}
POST_HASHTAGS_NUM = utils.Range{5, 10}
POST_MENTIONS_NUM = utils.Range{0, 3}
- TEST_IMAGE_FILENAMES = []string{"test.png", "salamander.jpg", "toothless.gif"}
+ TEST_IMAGE_FILENAMES = []string{"test.png", "testjpg.jpg", "testgif.gif"}
)
diff --git a/web/static/images/salamander.jpg b/web/static/images/salamander.jpg
deleted file mode 100644
index e841b12d5..000000000
--- a/web/static/images/salamander.jpg
+++ /dev/null
Binary files differ
diff --git a/web/static/images/test.png b/web/static/images/test.png
index 7d95d80e5..d8a9513d8 100644
--- a/web/static/images/test.png
+++ b/web/static/images/test.png
Binary files differ
diff --git a/web/static/images/testgif.gif b/web/static/images/testgif.gif
new file mode 100755
index 000000000..83d5eed72
--- /dev/null
+++ b/web/static/images/testgif.gif
Binary files differ
diff --git a/web/static/images/testjpg.jpg b/web/static/images/testjpg.jpg
new file mode 100755
index 000000000..025c8c581
--- /dev/null
+++ b/web/static/images/testjpg.jpg
Binary files differ
diff --git a/web/static/images/toothless.gif b/web/static/images/toothless.gif
deleted file mode 100644
index 8c269c131..000000000
--- a/web/static/images/toothless.gif
+++ /dev/null
Binary files differ