Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: service/datastore/pls_test.go

Issue 1270063002: Rename rawdatastore -> datastore (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: and a bit more Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « service/datastore/pls_impl.go ('k') | service/datastore/properties.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/datastore/pls_test.go
diff --git a/service/rawdatastore/datastore_test.go b/service/datastore/pls_test.go
similarity index 99%
rename from service/rawdatastore/datastore_test.go
rename to service/datastore/pls_test.go
index a96048c68914494bb80bbb0a95809abe7a72984e..a39571a51759994216cb6f5a598caece1d5f5a84 100644
--- a/service/rawdatastore/datastore_test.go
+++ b/service/datastore/pls_test.go
@@ -4,7 +4,7 @@
// adapted from github.com/golang/appengine/datastore
-package rawdatastore
+package datastore
import (
"bytes"
« no previous file with comments | « service/datastore/pls_impl.go ('k') | service/datastore/properties.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698